diff --git a/opentelemetry-collector/deploy.sh b/opentelemetry-collector/deploy.sh index 95d4178..22fb698 100644 --- a/opentelemetry-collector/deploy.sh +++ b/opentelemetry-collector/deploy.sh @@ -1,6 +1,6 @@ #!/bin/sh NAMESPACE=tracing -CHART_VERSION=0.107.0 +CHART_VERSION=0.117.1 APPLICATION="opentelemetry-collector" ENVIRONMENT=`kubectl config current-context | cut -d- -f1` DEPLOY=false