File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
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"
72
-
73
71
ami_id_121 := "ami-0d57fb01036fac543"
74
72
75
73
ami_id_122 := "ami-0b306cb7e98db98e4"
76
74
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
@@ -242,7 +236,7 @@ db-config-incluster:
242
236
registry-config-incluster :
243
237
@echo " Nothing to do"
244
238
245
- torage ?= incluster
239
+ storage ?= incluster
246
240
registry ?= incluster
247
241
db ?= incluster
248
242
.PHONY :
You can’t perform that action at this time.
0 commit comments