From f0948e8b097b3265c4fe8936bad2212d170bc424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:40:06 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.33.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1681d0c..627d2db 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ UNAME_ARCH := $(shell uname -m) KIND_ARCH := $(if $(filter arm64 aarch64,$(UNAME_ARCH)),arm64,amd64) KIND_BINARY := kind-$(UNAME)-$(KIND_ARCH) KIND = $(LOCALBIN)/kind -KIND_VERSION ?= 0.32.0 +KIND_VERSION ?= 0.33.0 KIND_CLUSTER_NAME ?= agent-forge-operator-test # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)