chore(deps): update dependency kubernetes-sigs/kind to v0.29.0 (#1472)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-21 09:59:30 +03:00
committed by GitHub
co-authored by lnx01
parent 77de23d73b
commit 4b3a813f27
+1 -1
View File
@@ -351,7 +351,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) || \