From 123ecf6ba33e67813156524c2f999abc7bdfeb0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:45:12 +0000 Subject: [PATCH] Update alpine/helm Docker tag to v4.2.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 457a1641..ca56f56c 100644 --- a/infra/helm-unittest/Dockerfile +++ b/infra/helm-unittest/Dockerfile @@ -1,4 +1,4 @@ -ARG HELM_VERSION=4.1.3@sha256:a572075a78666ad6fb1f40cb477a9e2eabbc46f3739beeb81904a6121f6ef027 +ARG HELM_VERSION=4.2.2@sha256:ee6fe3e96d9f8ea8dd1af9ecd7bbb3e233616a25f145392376f020fd2a51eb33 FROM alpine/helm:${HELM_VERSION} ENV HELM_PLUGINS="/helm-plugins"