Skip to content

Commit 5303db8

Browse files
committed
bump e2e test version of k8s to v1.32.0
1 parent 1fea79f commit 5303db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/e2e/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ UP="${UP:-yes}"
4747
# if DOWN==yes, delete cluster after test
4848
DOWN="${DOWN:-yes}"
4949

50-
KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.26.0}"
50+
KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.32.0}"
5151
CLUSTER_NAME="${CLUSTER_NAME:-test-cluster-${test_run_id}.k8s}"
5252
KOPS_STATE_STORE="${KOPS_STATE_STORE:-}"
5353
REGION="${AWS_REGION:-us-west-2}"

0 commit comments

Comments
 (0)