Skip to content

Commit

Permalink
test: bump kubernetes version to v1.22.4 and remove v1.19 (#729)
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 2, 2021
1 parent 7e3bd77 commit b35ae5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .pipelines/templates/e2e-test-kind.yaml
Expand Up @@ -13,29 +13,23 @@ jobs:
- group: csi-secrets-store-e2e-kind
strategy:
matrix:
kind_v1_19_11_helm:
KIND_K8S_VERSION: v1.19.11
IS_HELM_TEST: true
kind_v1_20_7_helm:
KIND_K8S_VERSION: v1.20.7
IS_HELM_TEST: true
kind_v1_21_2_helm:
KIND_K8S_VERSION: v1.21.2
IS_HELM_TEST: true
kind_v1_22_2_helm:
KIND_K8S_VERSION: v1.22.2
kind_v1_22_4_helm:
KIND_K8S_VERSION: v1.22.4
IS_HELM_TEST: true
kind_v1_19_11_deployment_manifest:
KIND_K8S_VERSION: v1.19.11
IS_HELM_TEST: false
kind_v1_20_7_deployment_manifest:
KIND_K8S_VERSION: v1.20.7
IS_HELM_TEST: false
kind_v1_21_2_deployment_manifest:
KIND_K8S_VERSION: v1.21.2
IS_HELM_TEST: false
kind_v1_22_2_deployment_manifest:
KIND_K8S_VERSION: v1.22.2
kind_v1_22_4_deployment_manifest:
KIND_K8S_VERSION: v1.22.4
IS_HELM_TEST: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -49,7 +49,7 @@ BUILDX_BUILDER_NAME ?= img-builder

# E2E test variables
KIND_VERSION ?= 0.11.0
KIND_K8S_VERSION ?= v1.22.2
KIND_K8S_VERSION ?= v1.22.4

$(TOOLS_DIR)/golangci-lint: $(TOOLS_MOD_DIR)/go.mod $(TOOLS_MOD_DIR)/go.sum $(TOOLS_MOD_DIR)/tools.go
cd $(TOOLS_MOD_DIR) && \
Expand Down

0 comments on commit b35ae5f

Please sign in to comment.