diff --git a/tools/get-images-1.7-stable.sh b/tools/get-images.sh similarity index 73% rename from tools/get-images-1.7-stable.sh rename to tools/get-images.sh index 75917008..08522ebc 100755 --- a/tools/get-images-1.7-stable.sh +++ b/tools/get-images.sh @@ -2,13 +2,7 @@ # # This script returns list of container images that are managed by this charm and/or its workload # -# static list -STATIC_IMAGE_LIST=( -) # dynamic list -git checkout origin/track/2.31 IMAGE_LIST=() IMAGE_LIST+=($(find -type f -name metadata.yaml -exec yq '.resources | to_entries | .[] | .value | ."upstream-source"' {} \;)) - -printf "%s\n" "${STATIC_IMAGE_LIST[@]}" printf "%s\n" "${IMAGE_LIST[@]}"