Skip to content

Commit

Permalink
ci: update kubernetes versions for supported releases
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Dec 19, 2022
1 parent 2cefbfe commit 483ca98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pipelines/templates/e2e-kind-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- group: kubernetes-kms
strategy:
matrix:
kind_v1_23_10:
KUBERNETES_VERSION: v1.23.10
kind_v1_24_4:
KUBERNETES_VERSION: v1.24.4
kind_v1_25_0:
KUBERNETES_VERSION: v1.25.0
kind_v1_23_13:
KUBERNETES_VERSION: v1.23.13
kind_v1_24_7:
KUBERNETES_VERSION: v1.24.7
kind_v1_25_3:
KUBERNETES_VERSION: v1.25.3
kind_v1_26_0:
KUBERNETES_VERSION: v1.26.0
steps:
Expand Down

0 comments on commit 483ca98

Please sign in to comment.