Skip to content

Commit

Permalink
Merge pull request #7130 from raywainman/patch-5
Browse files Browse the repository at this point in the history
Update vpa-up.sh to 1.2.0 in main branch
  • Loading branch information
k8s-ci-robot authored Aug 6, 2024
2 parents d2aca8b + dc8f172 commit cc6ddad
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 cc6ddad

Please sign in to comment.