From ef41ce32c821bf2033cbd638c91f1e3a90c2c170 Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Thu, 6 Feb 2025 14:00:02 +0300 Subject: [PATCH] Bump kustomize version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fd0d1a0..8d3e90bd 100644 --- a/Makefile +++ b/Makefile @@ -2033,7 +2033,7 @@ $(TOOLS_BIN)/controller-gen: # find or download kustomize # ---------------------------------------------------------------------------------------------------------------------- KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" -KUSTOMIZE_VERSION ?= v5.4.2 +KUSTOMIZE_VERSION ?= v5.6.0 .PHONY: kustomize KUSTOMIZE = $(TOOLS_BIN)/kustomize