chore: update kind

This commit is contained in:
Demonsthere
2021-09-13 11:37:56 +02:00
parent f48baff5e8
commit 6a3a852066
4 changed files with 14 additions and 39 deletions

View File

@ -57,7 +57,7 @@ jobs:
- run:
name: Install Kind
command: |
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.10.0/kind-linux-amd64
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.11.1/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
- run: