Skip to content

Commit

Permalink
ci: enable tests with kubernetes v1.26 (#1038)
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 13, 2022
1 parent 4ae6949 commit 1da23ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pipelines/templates/e2e-test-kind.yaml
Expand Up @@ -22,6 +22,9 @@ jobs:
kind_v1_25_3_helm:
KIND_K8S_VERSION: v1.25.3
IS_HELM_TEST: true
kind_v1_26_0_helm:
KIND_K8S_VERSION: v1.26.0
IS_HELM_TEST: true
kind_v1_23_13_deployment_manifest:
KIND_K8S_VERSION: v1.23.13
IS_HELM_TEST: false
Expand All @@ -31,6 +34,9 @@ jobs:
kind_v1_25_3_deployment_manifest:
KIND_K8S_VERSION: v1.25.3
IS_HELM_TEST: false
kind_v1_26_0_deployment_manifest:
KIND_K8S_VERSION: v1.26.0
IS_HELM_TEST: false

steps:
# logging in to download the sa.pub and sa.key used for creating the kind cluster
Expand Down

0 comments on commit 1da23ac

Please sign in to comment.