Update kind and kindest images
This commit is contained in:
parent
bb4f21fb8d
commit
6941800339
5 changed files with 8 additions and 8 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -137,8 +137,8 @@ jobs:
|
|||
id: kind
|
||||
uses: engineerd/setup-kind@v0.5.0
|
||||
with:
|
||||
version: v0.9.0
|
||||
image: kindest/node:v1.19.4
|
||||
version: v0.10.0
|
||||
image: kindest/node:v1.20.2
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
k8s: [v1.16.15, v1.17.11, v1.18.8, v1.19.4, v1.20.0]
|
||||
k8s: [v1.16.15, v1.17.17, v1.18.15, v1.19.7, v1.20.2]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -175,7 +175,7 @@ jobs:
|
|||
id: kind
|
||||
uses: engineerd/setup-kind@v0.5.0
|
||||
with:
|
||||
version: v0.9.0
|
||||
version: v0.10.0
|
||||
config: test/e2e/kind.yaml
|
||||
image: kindest/node:${{ matrix.k8s }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue