diff --git a/Makefile b/Makefile index 96aa9a5..93a9411 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ endif KIND_MIRROR ?= https://github.com/kubernetes-sigs/kind/releases/download -KIND_VERSION ?= v0.20.0 +KIND_VERSION ?= v0.17.0 KIND_URL ?= $(KIND_MIRROR)/$(KIND_VERSION)/kind-$(shell go env GOOS)-$(shell go env GOARCH) KIND ?= $(LOCALBIN)/kind $(KIND): $(LOCALBIN)