Skip to content

Commit

Permalink
ci: remove kubernetes version 1.22 (EOL) (#1019)
Browse files Browse the repository at this point in the history
* ci: remove kubernetes version 1.22 (EOL)

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>

* ci: update kubernetes versions for supported releases

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Nov 10, 2022
1 parent b31eece commit 477ef4a
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .pipelines/templates/e2e-test-kind.yaml
Expand Up @@ -13,29 +13,23 @@ jobs:
- group: csi-secrets-store-e2e-kind
strategy:
matrix:
kind_v1_22_15_helm:
KIND_K8S_VERSION: v1.22.15
kind_v1_23_13_helm:
KIND_K8S_VERSION: v1.23.13
IS_HELM_TEST: true
kind_v1_23_12_helm:
KIND_K8S_VERSION: v1.23.12
kind_v1_24_7_helm:
KIND_K8S_VERSION: v1.24.7
IS_HELM_TEST: true
kind_v1_24_6_helm:
KIND_K8S_VERSION: v1.24.6
kind_v1_25_3_helm:
KIND_K8S_VERSION: v1.25.3
IS_HELM_TEST: true
kind_v1_25_2_helm:
KIND_K8S_VERSION: v1.25.0
IS_HELM_TEST: true
kind_v1_22_15_deployment_manifest:
KIND_K8S_VERSION: v1.22.15
IS_HELM_TEST: false
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 477ef4a

Please sign in to comment.