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 Nov 10, 2022
1 parent 53107f9 commit dc9b746
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pipelines/templates/e2e-test-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jobs:
- group: csi-secrets-store-e2e-kind
strategy:
matrix:
kind_v1_23_12_helm:
KIND_K8S_VERSION: v1.23.12
kind_v1_23_13_helm:
KIND_K8S_VERSION: v1.23.13
IS_HELM_TEST: true
kind_v1_24_6_helm:
KIND_K8S_VERSION: v1.24.6
kind_v1_24_7_helm:
KIND_K8S_VERSION: v1.24.7
IS_HELM_TEST: true
kind_v1_25_2_helm:
KIND_K8S_VERSION: v1.25.0
kind_v1_25_3_helm:
KIND_K8S_VERSION: v1.25.3
IS_HELM_TEST: true
kind_v1_23_12_deployment_manifest:
KIND_K8S_VERSION: v1.23.12
kind_v1_23_13_deployment_manifest:
KIND_K8S_VERSION: v1.23.13
IS_HELM_TEST: false
kind_v1_24_6_deployment_manifest:
KIND_K8S_VERSION: v1.24.6
kind_v1_24_7_deployment_manifest:
KIND_K8S_VERSION: v1.24.7
IS_HELM_TEST: false
kind_v1_25_2_deployment_manifest:
KIND_K8S_VERSION: v1.25.2
kind_v1_25_3_deployment_manifest:
KIND_K8S_VERSION: v1.25.3
IS_HELM_TEST: false

steps:
Expand Down

0 comments on commit dc9b746

Please sign in to comment.