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