From 2d0b16be718d3d223f38e08fed23f1aabfd2b267 Mon Sep 17 00:00:00 2001 From: Maho Takara Date: Fri, 20 Oct 2023 05:24:56 +0000 Subject: [PATCH] change kustomize v5.2.0 -> v5.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57f828b..8b88649 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.12.1 ENVTEST_K8S_VERSION = 1.27.1 # KUSTOMIZE_VERSION can be found at https://github.com/kubernetes-sigs/kustomize/releases -KUSTOMIZE_VERSION ?= v5.2.0 +KUSTOMIZE_VERSION ?= v5.2.1 # Setting SHELL to bash allows bash commands to be executed by recipes. # This is a requirement for 'setup-envtest.sh' in the test target.