From f47e267efc6cb4983d6ec505657b0d3434539560 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 980bbfbf..86ee8889 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,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