From 76a53090b2ba669bdace02f0826541bc1dc62f2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:35:18 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v4 --- argocd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/Dockerfile b/argocd/Dockerfile index 8c26d4d..3c5629f 100644 --- a/argocd/Dockerfile +++ b/argocd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/helm:3.21.3 as build +FROM alpine/helm:4.2.3 as build RUN helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.5