From 6e841c3bd2d2a306eabe9c8581942b2c10f7800e Mon Sep 17 00:00:00 2001 From: CircleCI Date: Tue, 27 Jan 2026 06:04:28 +0000 Subject: [PATCH] Automated update --- argocd-helmfile/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd-helmfile/Dockerfile b/argocd-helmfile/Dockerfile index eff85168e..a3091d7ab 100644 --- a/argocd-helmfile/Dockerfile +++ b/argocd-helmfile/Dockerfile @@ -55,6 +55,6 @@ RUN chmod 755 /usr/local/bin/sops # Switch back to non-root user USER argocd -RUN helm plugin install https://github.com/databus23/helm-diff --version v${HELM_DIFF_VERSION} --verify=false && \ - helm plugin install https://github.com/jkroepke/helm-secrets --version v${HELM_SECRETS_VERSION} --verify=false && \ - helm plugin install https://github.com/aslafy-z/helm-git.git --version v${HELM_GIT_VERSION} --verify=false +RUN helm plugin install https://github.com/databus23/helm-diff --version v${HELM_DIFF_VERSION} && \ + helm plugin install https://github.com/jkroepke/helm-secrets --version v${HELM_SECRETS_VERSION} && \ + helm plugin install https://github.com/aslafy-z/helm-git.git --version v${HELM_GIT_VERSION}