Skip to content

Commit

Permalink
Merge pull request #262 from kubewarden/tracing-monitoring-helm-chart…
Browse files Browse the repository at this point in the history
…-versions

Update tracing and metrics installation snippets
  • Loading branch information
flavio authored Oct 9, 2023
2 parents c0b94da + 643aebb commit ed5c14b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/operator-manual/telemetry/metrics/01-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ At time of writing the latest chart version is `51.0.2`
```console
helm install --wait --create-namespace \
--namespace prometheus \
--version 51.0.2 \
--values kube-prometheus-stack-values.yaml \
prometheus prometheus-community/kube-prometheus-stack
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm
helm install --wait \
--namespace open-telemetry \
--create-namespace \
--version 0.37.0 \
my-opentelemetry-operator open-telemetry/opentelemetry-operator
```

Expand Down
1 change: 1 addition & 0 deletions docs/operator-manual/telemetry/tracing/01-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
helm upgrade -i --wait \
--namespace jaeger \
--create-namespace \
--version 2.46.2 \
jaeger-operator jaegertracing/jaeger-operator \
--set rbac.clusterRole=true
```
Expand Down

0 comments on commit ed5c14b

Please sign in to comment.