Skip to content

Commit

Permalink
Change eks version to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Oct 21, 2024
1 parent f7b7e97 commit 42eef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
: "${ECR_REGISTRY:=}"
: "${VPC_PUBLIC_SUBNET_STRING:=}"
: "${VPC_PRIVATE_SUBNET_STRING:=}"
: "${EKS_CLUSTER_K8_VERSION:=1.26}"
: "${EKS_CLUSTER_K8_VERSION:=1.31}"
# Below env variables required to run license master test cases
: "${ENTERPRISE_LICENSE_S3_PATH:=}"
: "${TEST_S3_BUCKET:=}"
Expand Down

0 comments on commit 42eef6a

Please sign in to comment.