diff --git a/Makefile b/Makefile index 26f4aaf2..0b402e18 100644 --- a/Makefile +++ b/Makefile @@ -327,7 +327,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) KIND := $(LOCALBIN)/kind -KIND_VERSION := v0.28.0 +KIND_VERSION := v0.29.0 KIND_LOOKUP := kubernetes-sigs/kind kind: @test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \