From c72cf994aa53eaa46afccadf3e77ddbdf2af9200 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:11:29 +0000 Subject: [PATCH] chore(deps): update dependency jkroepke/helm-secrets to v4.7.7 --- argocd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/Dockerfile b/argocd/Dockerfile index 934ee69d..54dcc692 100644 --- a/argocd/Dockerfile +++ b/argocd/Dockerfile @@ -1,6 +1,6 @@ FROM alpine/helm:3.21.0 as build -RUN helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.5 +RUN helm plugin install https://github.com/jkroepke/helm-secrets --version v4.7.7 RUN case "$(uname -m)" in \ aarch64) export SOPS_SUFFIX="arm64" ;; \