Skip to content

Commit

Permalink
ci: update unsupported ci-aks k8s version from 1.26 to 1.27
Browse files Browse the repository at this point in the history
ci-aks started to fail because the only configured k8s version 1.26
is no longer available on Azure AKS.

https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli

Therefore, this commit updates the k8s version to 1.27.

Suggested-by: Marcel Zieba <marcel.zieba@isovalent.com>
Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
  • Loading branch information
mhofstetter authored and michi-covalent committed May 13, 2024
1 parent 671f7ad commit b2e6bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/azure/k8s-versions.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# List of k8s version for AKS tests
---
include:
- version: "1.26"
- version: "1.27"
location: westus2
index: 1
default: true

0 comments on commit b2e6bb4

Please sign in to comment.