Skip to content

Commit d110d05

Browse files
Ray Wainmanadrianmoisey
andauthored
Update vertical-pod-autoscaler/RELEASE.md
Co-authored-by: Adrian Moisey <[email protected]>
1 parent c6ce144 commit d110d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertical-pod-autoscaler/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ BUILD_TAG=<tag>
7979
```sh
8080
cd vertical-pod-autoscaler/
8181
TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2`
82+
echo "Adding tag $TAG based on built tag $BUILD_TAG"
8283
gcloud artifacts docker tags add gcr.io/k8s-staging-autoscaling/vpa-admission-controller:$BUILD_TAG gcr.io/k8s-staging-autoscaling/vpa-admission-controller:$TAG --project=k8s-staging-autoscaling
8384
gcloud artifacts docker tags add gcr.io/k8s-staging-autoscaling/vpa-recommender:$BUILD_TAG gcr.io/k8s-staging-autoscaling/vpa-recommender:$TAG --project=k8s-staging-autoscaling
8485
gcloud artifacts docker tags add gcr.io/k8s-staging-autoscaling/vpa-updater:$BUILD_TAG gcr.io/k8s-staging-autoscaling/vpa-updater:$TAG --project=k8s-staging-autoscaling

0 commit comments

Comments
 (0)