Skip to content

Commit

Permalink
ci: update kubernetes versions for supported releases
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 Apr 11, 2023
1 parent 34719d3 commit 680e8f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pipelines/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@ jobs:
aks_linux:
REGISTRY: upstream.azurecr.io/azure-workload-identity
GINKGO_SKIP: \[AKSSoakOnly\]
kind_v1_24_7:
KIND_NODE_VERSION: v1.24.7
kind_v1_24_12:
KIND_NODE_VERSION: v1.24.12
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_25_3:
KIND_NODE_VERSION: v1.25.3
kind_v1_25_8:
KIND_NODE_VERSION: v1.25.8
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_26_0:
KIND_NODE_VERSION: v1.26.0
kind_v1_26_3:
KIND_NODE_VERSION: v1.26.3
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_27_0:
Expand Down

0 comments on commit 680e8f7

Please sign in to comment.