Skip to content

Commit

Permalink
Fix RELEASE.md command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-franc authored Jan 23, 2025
1 parent bbcb221 commit 7851e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ for component in recommender updater admission-controller ; do TAG=`grep 'const
1. [ ] Deploy VPA:
```shell
REGISTRY=gcr.io/k8s-staging-autoscaling TAG=`grep 'const VerticalPodAutoscalerVersion = ' common/version.go | cut -d '"' -f 2` ./hack/vpa-up.sh
REGISTRY=gcr.io/k8s-staging-autoscaling TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2` ./hack/vpa-up.sh
```
1. [ ] [Run](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/hack/run-e2e-tests.sh)
Expand Down

0 comments on commit 7851e31

Please sign in to comment.