From 4a759af5e3e8b6edcb96005ba406ec7e1ba629b9 Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Tue, 9 Jul 2024 14:39:59 +1000 Subject: [PATCH] Bump controller-tools to v13 Signed-off-by: Brendan Shephard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 805fc2b4..49675b3c 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ GINKGO ?= $(LOCALBIN)/ginkgo ## Tool Versions KUSTOMIZE_VERSION ?= v3.8.7 -CONTROLLER_TOOLS_VERSION ?= v0.11.1 +CONTROLLER_TOOLS_VERSION ?= v0.13.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize