diff --git a/ansible/roles/components/templates/argocd-vars.yaml.j2 b/ansible/roles/components/templates/argocd-vars.yaml.j2 index be4effb8..fb010c79 100644 --- a/ansible/roles/components/templates/argocd-vars.yaml.j2 +++ b/ansible/roles/components/templates/argocd-vars.yaml.j2 @@ -8,7 +8,7 @@ redis-ha: repoServer: extraContainers: - name: helmfile-plugin - image: ghcr.io/logica0419/argocd-helmfile-plugin:v0.169.2 + image: ghcr.io/logica0419/argocd-helmfile-plugin:v0.170.0 securityContext: runAsNonRoot: true runAsUser: 999 diff --git a/manifest/infrastructure/argocd/env/dev/argocd-repo-server.yaml b/manifest/infrastructure/argocd/env/dev/argocd-repo-server.yaml index dabb2ba6..34cc97ed 100644 --- a/manifest/infrastructure/argocd/env/dev/argocd-repo-server.yaml +++ b/manifest/infrastructure/argocd/env/dev/argocd-repo-server.yaml @@ -1,7 +1,7 @@ repoServer: extraContainers: - name: helmfile-plugin - image: ghcr.io/logica0419/argocd-helmfile-plugin:v0.169.2 + image: ghcr.io/logica0419/argocd-helmfile-plugin:v0.170.0 securityContext: runAsNonRoot: true runAsUser: 999 diff --git a/manifest/infrastructure/argocd/env/prod/argocd-repo-server.yaml b/manifest/infrastructure/argocd/env/prod/argocd-repo-server.yaml index c89213d2..e9b6a4a1 100644 --- a/manifest/infrastructure/argocd/env/prod/argocd-repo-server.yaml +++ b/manifest/infrastructure/argocd/env/prod/argocd-repo-server.yaml @@ -1,7 +1,7 @@ repoServer: extraContainers: - name: helmfile-plugin - image: ghcr.io/logica0419/argocd-helmfile-plugin:v0.169.2 + image: ghcr.io/logica0419/argocd-helmfile-plugin:v0.170.0 securityContext: runAsNonRoot: true runAsUser: 999