Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove kubernetes version 1.22 (EOL) #1019

Merged
merged 2 commits into from
Nov 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 12 additions & 18 deletions .pipelines/templates/e2e-test-kind.yaml
Original file line number Diff line number Diff line change
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