Update kubernetes versions in CI verification (#2844)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2023-10-10 13:11:43 +05:30
committed by GitHub
parent 56b49dcee8
commit b43b31884a
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ on:
env:
HELM_VERSION: v3.10.1
KIND_VERSION: v0.17.0
KIND_VERSION: v0.20.0
jobs:
# Job to run change detection
@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kindversion: ["v1.19.16", "v1.20.15", "v1.21.14"]
kindversion: ["v1.23.17", "v1.25.11", "v1.27.3"]
os: [ubuntu-latest]
steps:
- name: Checkout sources
+2 -2
View File
@@ -6,8 +6,8 @@ on:
- v2.**
env:
KIND_VERSION: v0.17.0
KIND_NODE_IMAGE_TAG: v1.19.16
KIND_VERSION: v0.20.0
KIND_NODE_IMAGE_TAG: v1.23.17
jobs:
create-draft-release:
+2 -2
View File
@@ -23,7 +23,7 @@ on:
env:
HELM_VERSION: v3.10.1
KIND_VERSION: v0.17.0
KIND_VERSION: v0.20.0
jobs:
upgrade-test:
@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kindimage: ["kindest/node:v1.19.16"]
kindimage: ["kindest/node:v1.23.17"]
os: [ubuntu-latest]
steps:
- name: Checkout action sources