Skip to content

Commit

Permalink
Update vpa-up.sh to 1.2.0 in 1.2 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
raywainman authored Aug 6, 2024
1 parent 2caa7eb commit c488a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/hack/vpa-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
DEFAULT_TAG="1.1.2"
DEFAULT_TAG="1.2.0"
TAG_TO_APPLY=${TAG-$DEFAULT_TAG}

if [ "${TAG_TO_APPLY}" == "${DEFAULT_TAG}" ]; then
Expand Down

0 comments on commit c488a58

Please sign in to comment.