Skip to content

Commit

Permalink
bump kube version to v1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krunalhinguu committed Feb 20, 2025
1 parent 7c74cc0 commit 3219665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

KUBE_VERSION="${KUBE_VERSION:-v1.28.9}"
KUBE_VERSION="${KUBE_VERSION:-v1.32.2}"
CLUSTER_NAME="${CLUSTER_NAME:-gke-operator-e2e}"

if ! kind get clusters | grep "$CLUSTER_NAME"; then
Expand Down

0 comments on commit 3219665

Please # to comment.