From cb549bc35c9bb4454b0d96937fd94dace6a96234 Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:04:45 +0000 Subject: [PATCH] feat(cli-tools): update helm/helm (v3.15.4 -> v3.16.0) --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index 41624d4e..9364a379 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -352,7 +352,7 @@ RUN --mount=type=tmpfs,target=/tmp \ # helm # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION="3.15.4" +ARG HELM_VERSION="3.16.0" RUN --mount=type=tmpfs,target=/tmp \ --mount=type=tmpfs,target=/var/log \ --mount=type=tmpfs,target=/var/tmp \