Update kind to v0.6.1
This commit is contained in:
parent
1800ffa30d
commit
508d8db015
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ all: docker-build docker-push
|
|||
docker-build:
|
||||
$(DOCKER) build \
|
||||
--pull \
|
||||
--build-arg K8S_RELEASE=v1.16.3 \
|
||||
--build-arg K8S_RELEASE=v1.17.0 \
|
||||
--build-arg ETCD_VERSION=v3.3.15 \
|
||||
--build-arg KIND_VERSION=v0.6.0 \
|
||||
--build-arg KIND_VERSION=v0.6.1 \
|
||||
-t $(IMAGE):$(TAG) .
|
||||
|
||||
docker-push:
|
||||
|
|
Loading…
Reference in a new issue