Skip to content

Commit f2624ef

Browse files
committed
[installer-tests] Update supported k8s versions for AKS and EKS
1 parent 31f059e commit f2624ef

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
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

+4-10
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"
71+
ami_id_121 := "ami-060637af2651bc8bb"
7272

73-
ami_id_121 := "ami-0d57fb01036fac543"
73+
ami_id_122 := "ami-0733d755ed2c97a4d"
7474

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

8377
.PHONY:
8478
## eks-standard-cluster: Creates an EKS cluster
@@ -246,7 +240,7 @@ db-config-incluster:
246240
registry-config-incluster:
247241
@echo "Nothing to do"
248242

249-
torage ?= incluster
243+
storage ?= incluster
250244
registry ?= incluster
251245
db ?= incluster
252246
.PHONY:

0 commit comments

Comments
 (0)