From 678fd4b042a92e0ed61a5b38675692df34eb3bf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:28:03 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kustomize to v5.6.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a99ce780b..a091a22fe 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ ENVTEST_ACTION ?= $(LOCALBIN)/setup-envtest HELMIFY ?= $(LOCALBIN)/helmify ## Tool Versions -KUSTOMIZE_VERSION ?= 5.5.0 +KUSTOMIZE_VERSION ?= 5.6.0 CONTROLLER_TOOLS_VERSION ?= 0.17.1 GOLINT_VERSION ?= 1.63.4 GINKGOLINTER_VERSION ?= 0.18.4