Skip to content

Commit

Permalink
[installer-tests] Update supported k8s versions for AKS and EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma committed Aug 25, 2022
1 parent 803b52a commit 21d33b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .werft/installer-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ function randK8sVersion(config: string): string {
break;
}
case "STANDARD_AKS_TEST": {
options = ["1.21", "1.22", "1.23"]
options = ["1.22", "1.23", "1.24"]
break;
}
case "STANDARD_EKS_TEST": {
Expand Down
14 changes: 4 additions & 10 deletions install/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,11 @@ gke-standard-cluster: check-env-cluster-version
terraform apply -target=module.gke -var kubeconfig=${KUBECONFIG} --auto-approve
@echo "Done creating GKE cluster"

ami_id_120 := "ami-0ecb917eb4fbf4387"
ami_id_121 := "ami-060637af2651bc8bb"

ami_id_121 := "ami-0d57fb01036fac543"
ami_id_122 := "ami-0733d755ed2c97a4d"

ami_id_122 := "ami-0b306cb7e98db98e4"

ami_id_120 := "ami-0ecb917eb4fbf4387"

ami_id_121 := "ami-0d57fb01036fac543"

ami_id_122 := "ami-0b306cb7e98db98e4"
ami_id_123 := "ami-05ec8881b9c2740d4"

.PHONY:
## eks-standard-cluster: Creates an EKS cluster
Expand Down Expand Up @@ -242,7 +236,7 @@ db-config-incluster:
registry-config-incluster:
@echo "Nothing to do"

torage ?= incluster
storage ?= incluster
registry ?= incluster
db ?= incluster
.PHONY:
Expand Down

0 comments on commit 21d33b9

Please sign in to comment.