update ci kind version to v0.14.0 (#8656)
* update ci kind version to v0.14.0 Signed-off-by: Abhishek Agarwal <abhishek.agarwal@mayadata.io> * updated the ci strategy matrix k8s versions Signed-off-by: Abhishek Agarwal <abhishek.agarwal@mayadata.io>
This commit is contained in:
parent
f6ceaadcba
commit
4a6d15a5a2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -171,7 +171,7 @@ jobs:
|
||||||
id: kind
|
id: kind
|
||||||
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
|
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
|
||||||
with:
|
with:
|
||||||
version: v0.11.1
|
version: v0.14.0
|
||||||
image: kindest/node:v1.21.1
|
image: kindest/node:v1.21.1
|
||||||
|
|
||||||
- uses: geekyeggo/delete-artifact@a6ab43859c960a8b74cbc6291f362c7fb51829ba # v1
|
- uses: geekyeggo/delete-artifact@a6ab43859c960a8b74cbc6291f362c7fb51829ba # v1
|
||||||
|
@ -204,7 +204,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.19.11, v1.20.7, v1.21.2, v1.22.0, v1.23.0]
|
k8s: [v1.19.11, v1.20.7, v1.21.2, v1.22.9, v1.23.6, v1.24.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -262,7 +262,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.21.10, v1.22.7, v1.23.4]
|
k8s: [v1.21.10, v1.22.9, v1.23.6, v1.24.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue