From 9cd3f601b31c1ab65b49c80c8c2cc34529c15867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:56:55 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/controller-tools to v0.22.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd5a329..7c1cff7 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ VCSIM_VERSIONED := $(VCSIM)-$(GOVC_VERSION) ## Tool Versions KUSTOMIZE_VERSION ?= v5.7.1 -CONTROLLER_TOOLS_VERSION ?= v0.21.0 +CONTROLLER_TOOLS_VERSION ?= v0.22.0 ENVTEST_VERSION ?= v0.24.1 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.