Skip to content

Commit

Permalink
chore: support v1.24.0 kind cluster version (#886)
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 May 10, 2022
1 parent 2b35c17 commit b643e58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .pipelines/templates/e2e-test-kind.yaml
Expand Up @@ -22,6 +22,9 @@ jobs:
kind_v1_23_5_helm:
KIND_K8S_VERSION: v1.23.5
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
Expand All @@ -31,6 +34,9 @@ jobs:
kind_v1_23_5_deployment_manifest:
KIND_K8S_VERSION: v1.23.5
IS_HELM_TEST: false
kind_v1_24_0_deployment_manifest:
KIND_K8S_VERSION: v1.24.0
IS_HELM_TEST: false

steps:
# logging in to download the sa.pub and sa.key used for creating the kind cluster
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ BUILDX_BUILDER_NAME ?= img-builder
STEP_CLI_VERSION=0.18.0

# E2E test variables
KIND_VERSION ?= 0.12.0
KIND_VERSION ?= 0.13.0
KIND_K8S_VERSION ?= v1.23.5
SHELLCHECK_VER ?= v0.8.0

Expand Down

0 comments on commit b643e58

Please sign in to comment.