Skip to content

Commit 937e281

Browse files
committed
Bump k8 version to default 1.33 for e2e tests
1 parent efd892e commit 937e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test-e2e:
129129
.PHONY: test-e2e-external-eks
130130
test-e2e-external-eks:
131131
CLUSTER_TYPE=eksctl \
132-
K8S_VERSION="1.27" \
132+
K8S_VERSION="1.33" \
133133
DRIVER_NAME=aws-efs-csi-driver \
134134
HELM_VALUES_FILE="./hack/values_eksctl.yaml" \
135135
CONTAINER_NAME=efs-plugin \

0 commit comments

Comments
 (0)