Skip to content

Commit

Permalink
pin helm chart version matching the demo release
Browse files Browse the repository at this point in the history
  • Loading branch information
styblope committed Apr 30, 2024
1 parent db89d32 commit be51ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instana/deploy-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Deploy the demo using the published Helm chart:
cd instana
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
helm repo update
helm install my-otel-demo open-telemetry/opentelemetry-demo -f values-instana-agent.yaml
# install the chart using pinned chart version that corresponds to the 1.6 release
helm install my-otel-demo open-telemetry/opentelemetry-demo -f values-instana-agent.yaml --version 0.26.1
```

> **Tip:**
Expand Down

0 comments on commit be51ffa

Please sign in to comment.