From c29a813922fe81595bdf709aa3f9559a028a0d43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:37:47 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v4.0.4 --- infra/helm-unittest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/helm-unittest/Dockerfile b/infra/helm-unittest/Dockerfile index c549dfb..be9692c 100644 --- a/infra/helm-unittest/Dockerfile +++ b/infra/helm-unittest/Dockerfile @@ -1,4 +1,4 @@ -ARG HELM_VERSION=4.0.1 +ARG HELM_VERSION=4.0.4 FROM alpine/helm:${HELM_VERSION} ENV HELM_PLUGINS="/helm-plugins"