From d980136178cb291769ecc5d1fd350c8eb0d73ff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:37:21 +0100 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.16.4 (#361) 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 91ad52b2..c5ac838a 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.16.3 +ARG HELM_VERSION=v3.16.4 RUN curl -fsSL \ https://get.helm.sh/helm-${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz \ | tar -xzf - --strip-components=1 ${TARGETOS}-${TARGETARCH}/helm