From 93cde0dfdfba6407b0e940f7d632e3e6e3325a99 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 3 Feb 2026 00:08:43 +0000 Subject: [PATCH] [argocd-helmfile] Add --verify=false to Dockerfile and its template --- argocd-helmfile/Dockerfile | 6 +++--- argocd-helmfile/Dockerfile.tpl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/argocd-helmfile/Dockerfile b/argocd-helmfile/Dockerfile index a3091d7ab..eff85168e 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} && \ - 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} +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 diff --git a/argocd-helmfile/Dockerfile.tpl b/argocd-helmfile/Dockerfile.tpl index 04834d4db..5a5eedf3f 100644 --- a/argocd-helmfile/Dockerfile.tpl +++ b/argocd-helmfile/Dockerfile.tpl @@ -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} && \ - 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} +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