Skip to content

Commit

Permalink
Update image names in sync-image script (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungup90 authored Jan 23, 2025
1 parent 6ee2f11 commit 86787ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/sync-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION=$1
REGISTRY=$2

# image list
IMAGES=("runtime" "users" "plugins" "controller-manager")
IMAGES=("runtime" "metadata-service" "gateway-plugins" "controller-manager")

# pull、retag and push images
for IMAGE in "${IMAGES[@]}"; do
Expand Down

0 comments on commit 86787ba

Please sign in to comment.