From 96711422d9daa366e8d8b8601a679901c5b28dfb Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Mon, 25 Nov 2024 17:31:12 +0200 Subject: [PATCH] bump kind --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c47fa9c2..3a3a2f86 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ unit: test: lint unit e2e $(KIND_BINARY): - curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-$(ARCH) + curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.25.0/kind-linux-$(ARCH) chmod +x $@ $(KUBECTL_BINARY):