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