From 4328002383f19f349dbb15c21c56bb38deebc43a Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 4 Apr 2022 14:24:29 -0700 Subject: [PATCH] Use the currently referenced images in the helm test (#11143) Co-authored-by: Eric Van Norman --- content/en/docs/setup/install/helm/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/install/helm/test.sh b/content/en/docs/setup/install/helm/test.sh index 1a94c82642..81e90049b0 100644 --- a/content/en/docs/setup/install/helm/test.sh +++ b/content/en/docs/setup/install/helm/test.sh @@ -27,7 +27,7 @@ function rewrite-repo() { cmd="$(echo "${cmd}" | sed 's|istio/base|manifests/charts/base|')" cmd="$(echo "${cmd}" | sed 's|istio/istiod|manifests/charts/istio-control/istio-discovery|')" cmd="$(echo "${cmd}" | sed 's|istio/gateway|manifests/charts/gateway|')" - eval "${cmd}" + eval "${cmd} --set global.tag=${ISTIO_IMAGE_VERSION=SHOULD_BE_SET}.${ISTIO_LONG_SHA=latest}" } # @setup profile=none