From be51ffa6bc3b5512a291c163858352e226a63c4c Mon Sep 17 00:00:00 2001 From: Petr Styblo Date: Tue, 30 Apr 2024 11:27:15 +0200 Subject: [PATCH] pin helm chart version matching the demo release --- instana/deploy-build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instana/deploy-build.md b/instana/deploy-build.md index f42b699a56..46f5243bda 100644 --- a/instana/deploy-build.md +++ b/instana/deploy-build.md @@ -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:**