diff --git a/tools/get-images-1.7-stable.sh b/tools/get-images.sh similarity index 85% rename from tools/get-images-1.7-stable.sh rename to tools/get-images.sh index bf9415ad..36aabd9c 100755 --- a/tools/get-images-1.7-stable.sh +++ b/tools/get-images.sh @@ -4,13 +4,10 @@ # # static list STATIC_IMAGE_LIST=( -docker.io/istio/pilot:1.16.2 +docker.io/istio/pilot:1.17.3 ) # dynamic list -git checkout origin/track/1.16 IMAGE_LIST=() IMAGE_LIST+=($(grep image charms/istio-gateway/src/manifest.yaml | awk '{print $2}' | sort --unique)) - - printf "%s\n" "${STATIC_IMAGE_LIST[@]}" printf "%s\n" "${IMAGE_LIST[@]}"