Skip to content

Commit ee58472

Browse files
nandajavarmaroboquat
authored andcommitted
[installer-tests] Update supported k8s versions for AKS and EKS
1 parent 803b52a commit ee58472

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.werft/installer-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function randK8sVersion(config: string): string {
414414
break;
415415
}
416416
case "STANDARD_AKS_TEST": {
417-
options = ["1.21", "1.22", "1.23"]
417+
options = ["1.22", "1.23", "1.24"]
418418
break;
419419
}
420420
case "STANDARD_EKS_TEST": {

install/tests/Makefile

+2-8
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,11 @@ gke-standard-cluster: check-env-cluster-version
6868
terraform apply -target=module.gke -var kubeconfig=${KUBECONFIG} --auto-approve
6969
@echo "Done creating GKE cluster"
7070

71-
ami_id_120 := "ami-0ecb917eb4fbf4387"
72-
7371
ami_id_121 := "ami-0d57fb01036fac543"
7472

7573
ami_id_122 := "ami-0b306cb7e98db98e4"
7674

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"
8276

8377
.PHONY:
8478
## eks-standard-cluster: Creates an EKS cluster
@@ -242,7 +236,7 @@ db-config-incluster:
242236
registry-config-incluster:
243237
@echo "Nothing to do"
244238

245-
torage ?= incluster
239+
storage ?= incluster
246240
registry ?= incluster
247241
db ?= incluster
248242
.PHONY:

0 commit comments

Comments
 (0)