Skip to content

Commit

Permalink
ci: remove kubernetes version 1.21 (EOL) (#940)
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 Jul 20, 2022
1 parent 19f1969 commit 3caf2dd
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_21_10_helm:
KIND_K8S_VERSION: v1.21.10
kind_v1_22_9_helm:
KIND_K8S_VERSION: v1.22.9
IS_HELM_TEST: true
kind_v1_22_7_helm:
KIND_K8S_VERSION: v1.22.7
kind_v1_23_6_helm:
KIND_K8S_VERSION: v1.23.6
IS_HELM_TEST: true
kind_v1_23_5_helm:
KIND_K8S_VERSION: v1.23.5
kind_v1_24_2_helm:
KIND_K8S_VERSION: v1.24.2
IS_HELM_TEST: true
kind_v1_24_0_helm:
KIND_K8S_VERSION: v1.24.0
IS_HELM_TEST: true
kind_v1_21_10_deployment_manifest:
KIND_K8S_VERSION: v1.21.10
IS_HELM_TEST: false
kind_v1_22_7_deployment_manifest:
KIND_K8S_VERSION: v1.22.7
kind_v1_22_9_deployment_manifest:
KIND_K8S_VERSION: v1.22.9
IS_HELM_TEST: false
kind_v1_23_5_deployment_manifest:
KIND_K8S_VERSION: v1.23.5
kind_v1_23_6_deployment_manifest:
KIND_K8S_VERSION: v1.23.6
IS_HELM_TEST: false
kind_v1_24_0_deployment_manifest:
KIND_K8S_VERSION: v1.24.0
kind_v1_24_2_deployment_manifest:
KIND_K8S_VERSION: v1.24.2
IS_HELM_TEST: false

steps:
Expand Down

0 comments on commit 3caf2dd

Please sign in to comment.