Update kind github action
This commit is contained in:
parent
52dd877841
commit
46439f6437
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -120,7 +120,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Kubernetes cluster
|
- name: Create Kubernetes cluster
|
||||||
id: kind
|
id: kind
|
||||||
uses: engineerd/setup-kind@v0.4.0
|
uses: engineerd/setup-kind@v0.5.0
|
||||||
with:
|
with:
|
||||||
version: v0.9.0
|
version: v0.9.0
|
||||||
image: kindest/node:v1.18.8
|
image: kindest/node:v1.18.8
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Kubernetes ${{ matrix.k8s }} cluster
|
- name: Create Kubernetes ${{ matrix.k8s }} cluster
|
||||||
id: kind
|
id: kind
|
||||||
uses: engineerd/setup-kind@v0.4.0
|
uses: engineerd/setup-kind@v0.5.0
|
||||||
with:
|
with:
|
||||||
version: v0.9.0
|
version: v0.9.0
|
||||||
config: test/e2e/kind.yaml
|
config: test/e2e/kind.yaml
|
||||||
|
|
Loading…
Reference in a new issue