Skip to content

Commit 0ab98d7

Browse files
authored
[Backend] Update EKS cluster version to 1.29 (Cloud-CV#4376)
1 parent 13ad25f commit 0ab98d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/challenges/aws_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ def create_eks_cluster(challenge):
16651665
try:
16661666
response = client.create_cluster(
16671667
name=cluster_name,
1668-
version="1.23",
1668+
version="1.29",
16691669
roleArn=cluster_meta["EKS_CLUSTER_ROLE_ARN"],
16701670
resourcesVpcConfig={
16711671
"subnetIds": [

0 commit comments

Comments
 (0)