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: