File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ function randK8sVersion(config: string): string {
414
414
break ;
415
415
}
416
416
case "STANDARD_AKS_TEST" : {
417
- options = [ "1.21 " , "1.22 " , "1.23 " ]
417
+ options = [ "1.22 " , "1.23 " , "1.24 " ]
418
418
break ;
419
419
}
420
420
case "STANDARD_EKS_TEST" : {
Original file line number Diff line number Diff line change @@ -68,17 +68,11 @@ gke-standard-cluster: check-env-cluster-version
68
68
terraform apply -target=module.gke -var kubeconfig=${KUBECONFIG} --auto-approve
69
69
@echo " Done creating GKE cluster"
70
70
71
- ami_id_120 := "ami-0ecb917eb4fbf4387 "
71
+ ami_id_121 := "ami-060637af2651bc8bb "
72
72
73
- ami_id_121 := "ami-0d57fb01036fac543 "
73
+ ami_id_122 := "ami-0733d755ed2c97a4d "
74
74
75
- ami_id_122 := "ami-0b306cb7e98db98e4"
76
-
77
- ami_id_120 := "ami-0ecb917eb4fbf4387"
78
-
79
- ami_id_121 := "ami-0d57fb01036fac543"
80
-
81
- ami_id_122 := "ami-0b306cb7e98db98e4"
75
+ ami_id_123 := "ami-05ec8881b9c2740d4"
82
76
83
77
.PHONY :
84
78
# # eks-standard-cluster: Creates an EKS cluster
@@ -246,7 +240,7 @@ db-config-incluster:
246
240
registry-config-incluster :
247
241
@echo " Nothing to do"
248
242
249
- torage ?= incluster
243
+ storage ?= incluster
250
244
registry ?= incluster
251
245
db ?= incluster
252
246
.PHONY :
You can’t perform that action at this time.
0 commit comments