We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c8f4f commit 218d965Copy full SHA for 218d965
ci/scripts/ci-deploy.sh
@@ -54,7 +54,7 @@ install_ds_otlp() {
54
-f ./ci/values.yaml \
55
-f ./ci/values-otlp-col.yaml \
56
--set-string image.tag="otelcolcontrib-v$CI_COMMIT_SHORT_SHA" \
57
- --set-string image.repository="601427279990.dkr.ecr.us-east-1.amazonaws.com/otel-collector-contrib"
+ --set-string image.repository=${registry}
58
}
59
60
###########################################################################################################
0 commit comments