From f596c84a5ddc90564f9a5362d2dd2e544b42c6bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:20:10 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kustomize to v5.5.0 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 ab5c7118..47e98f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,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.4.3 +ARG KUSTOMIZE_VERSION=5.5.0 RUN ./tools/install-jb.sh v0.6.2 \ && curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \