From e81f1eca0e7c6af0ef5c174b1fc7a8707d69d0ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 04:17:09 +0000 Subject: [PATCH] webhosting-operator: Update dependency kubernetes-sigs/kind to v0.22.0 --- webhosting-operator/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhosting-operator/tools.mk b/webhosting-operator/tools.mk index 2447dcbd..2b8038ce 100644 --- a/webhosting-operator/tools.mk +++ b/webhosting-operator/tools.mk @@ -25,7 +25,7 @@ $(CONTROLLER_GEN): $(call tool_version_file,$(CONTROLLER_GEN),$(CONTROLLER_GEN_V KIND := $(TOOLS_BIN_DIR)/kind # renovate: datasource=github-releases depName=kubernetes-sigs/kind -KIND_VERSION ?= v0.21.0 +KIND_VERSION ?= v0.22.0 $(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION)) curl -Lo $(KIND) https://kind.sigs.k8s.io/dl/$(KIND_VERSION)/kind-$(shell uname -s | tr '[:upper:]' '[:lower:]')-$(shell uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') chmod +x $(KIND)