From 5e9ee7a641facd434dc144d79537fe31eda08797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:20:39 +0200 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.15.4 (#331) Co-authored-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 ea16b613..504c234e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM downloader AS helm ARG TARGETOS ARG TARGETARCH # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v3.15.3 +ARG HELM_VERSION=v3.15.4 RUN curl -fsSL \ https://get.helm.sh/helm-${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz \ | tar -xzf - --strip-components=1 ${TARGETOS}-${TARGETARCH}/helm