Update kind and kindest/node images
This commit is contained in:
parent
2ee89f592a
commit
4dd206b31a
3 changed files with 6 additions and 6 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -122,8 +122,8 @@ jobs:
|
|||
id: kind
|
||||
uses: engineerd/setup-kind@v0.4.0
|
||||
with:
|
||||
version: v0.8.1
|
||||
image: kindest/node:v1.18.4
|
||||
version: v0.9.0
|
||||
image: kindest/node:v1.18.8
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
|
|
@ -144,7 +144,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
k8s: [v1.17.5, v1.18.8, v1.19.0]
|
||||
k8s: [v1.17.11, v1.18.8, v1.19.1]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -160,7 +160,7 @@ jobs:
|
|||
id: kind
|
||||
uses: engineerd/setup-kind@v0.4.0
|
||||
with:
|
||||
version: v0.8.1
|
||||
version: v0.9.0
|
||||
config: test/e2e/kind.yaml
|
||||
image: kindest/node:${{ matrix.k8s }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue