From 508d8db015cc445d48f9b52729210c601c277063 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 12 Dec 2019 21:43:50 -0300 Subject: [PATCH] Update kind to v0.6.1 --- images/e2e-prow/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/e2e-prow/Makefile b/images/e2e-prow/Makefile index 44cf314f3..2bb2851af 100644 --- a/images/e2e-prow/Makefile +++ b/images/e2e-prow/Makefile @@ -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: