Update kindest image
This commit is contained in:
parent
35338c4193
commit
e23a6b6aa7
4 changed files with 5 additions and 10 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
uses: engineerd/setup-kind@v0.5.0
|
||||
with:
|
||||
version: v0.9.0
|
||||
image: kindest/node:v1.18.8
|
||||
image: kindest/node:v1.19.4
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
|
|
@ -144,7 +144,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
k8s: [v1.16.15, v1.17.11, v1.18.8, v1.19.1]
|
||||
k8s: [v1.16.15, v1.17.11, v1.18.8, v1.19.4]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue