Skip to content

Commit

Permalink
ci: enable tests with kubernetes v1.27 (#1126)
Browse files Browse the repository at this point in the history
* ci: enable tests with kubernetes v1.27

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>

---------

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 25, 2023
1 parent 93e52c5 commit 43632c8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
30 changes: 18 additions & 12 deletions .pipelines/templates/e2e-test-kind.yaml
Expand Up @@ -13,23 +13,29 @@ jobs:
- group: csi-secrets-store-e2e-kind
strategy:
matrix:
kind_v1_24_7_helm:
KIND_K8S_VERSION: v1.24.7
kind_v1_24_12_helm:
KIND_K8S_VERSION: v1.24.12
IS_HELM_TEST: true
kind_v1_25_3_helm:
KIND_K8S_VERSION: v1.25.3
kind_v1_25_8_helm:
KIND_K8S_VERSION: v1.25.8
IS_HELM_TEST: true
kind_v1_26_0_helm:
KIND_K8S_VERSION: v1.26.0
kind_v1_26_3_helm:
KIND_K8S_VERSION: v1.26.3
IS_HELM_TEST: true
kind_v1_24_7_deployment_manifest:
KIND_K8S_VERSION: v1.24.7
kind_v1_27_1_helm:
KIND_K8S_VERSION: v1.27.1
IS_HELM_TEST: true
kind_v1_24_12_deployment_manifest:
KIND_K8S_VERSION: v1.24.12
IS_HELM_TEST: false
kind_v1_25_8_deployment_manifest:
KIND_K8S_VERSION: v1.25.8
IS_HELM_TEST: false
kind_v1_25_3_deployment_manifest:
KIND_K8S_VERSION: v1.25.3
kind_v1_26_3_deployment_manifest:
KIND_K8S_VERSION: v1.26.3
IS_HELM_TEST: false
kind_v1_26_0_deployment_manifest:
KIND_K8S_VERSION: v1.26.0
kind_v1_27_1_deployment_manifest:
KIND_K8S_VERSION: v1.27.1
IS_HELM_TEST: false

steps:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -57,8 +57,8 @@ BUILDKIT_VERSION ?= 0.10.6
STEP_CLI_VERSION=0.18.0

# E2E test variables
KIND_VERSION ?= 0.16.0
KIND_K8S_VERSION ?= v1.24.0
KIND_VERSION ?= 0.18.0
KIND_K8S_VERSION ?= v1.27.1
SHELLCHECK_VER ?= v0.8.0

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

0 comments on commit 43632c8

Please sign in to comment.