From 46d9c4d8887c6d1c5842fe0072f61e60b463b9e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:14:19 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kustomize to v5.1.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c5f24a8b..dc3206c97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master && ./get_helm.sh \ && mv /usr/local/bin/helm /usr/local/bin/helm2 -ARG KUSTOMIZE_VERSION=5.0.0 +ARG KUSTOMIZE_VERSION=5.1.1 RUN ./tools/install-jb.sh v0.4.0 \ && curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \