From 2d83ce6ddbac8039e107022dc3aa7c6862faa6dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 09:34:46 +0100 Subject: [PATCH] deps: update dependency kubernetes-sigs/kustomize to v4.5.7 (#444) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- operator/Makefile | 2 +- scheduler/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/Makefile b/operator/Makefile index e50fb61f08..9b469a3b42 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -24,7 +24,7 @@ ENVTEST_K8S_VERSION=1.24.2 ## Tool Versions # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize -KUSTOMIZE_VERSION?=v4.2.0 +KUSTOMIZE_VERSION?=v4.5.7 # renovate: datasource=github-tags depName=kubernetes-sigs/controller-tools CONTROLLER_TOOLS_VERSION?=v0.9.2 diff --git a/scheduler/Makefile b/scheduler/Makefile index 80af54a507..704d70f5f0 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -45,7 +45,7 @@ $(LOCALBIN): ## Tool Versions # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize -KUSTOMIZE_VERSION ?= v4.2.0 +KUSTOMIZE_VERSION ?= v4.5.7 ## Tool Binaries KUSTOMIZE ?= $(LOCALBIN)/kustomize