Update kind to v0.6.1

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-12-12 21:43:50 -03:00
parent 1800ffa30d
commit 508d8db015

View file

@ -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: