Skip to content

Commit

Permalink
ci: remove k8s version 1.26 from ci-aks
Browse files Browse the repository at this point in the history
This commit removes the deleted k8s version from the ci-aks workflow.

Note: As of now, k8s 1.30 is not available on Azure AKS.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
  • Loading branch information
mhofstetter authored and julianwiedmann committed May 14, 2024
1 parent ff817ee commit ee8d570
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/actions/azure/k8s-versions.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# List of k8s version for AKS tests
---
include:
- version: "1.26"
location: westus3
index: 1
- version: "1.27"
location: westus2
index: 2
index: 1
- version: "1.28"
location: eastus2
index: 3
index: 2
- version: "1.29"
location: eastus
index: 4
index: 3
default: true

0 comments on commit ee8d570

Please sign in to comment.