fix(argocd): Make dex init container not overwrite argocd-util (#468)

* Make dex init container not overwrite argocd-util
* Bump chart version
pull/451/head
Tom S 2020-10-08 23:30:53 +01:00 committed by GitHub
parent 6cf32933ff
commit dd6a16bb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.7.6
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 2.9.1
version: 2.9.2
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:

View File

@ -54,6 +54,7 @@ spec:
{{- end }}
command:
- cp
- -n
- /usr/local/bin/argocd-util
- /shared
volumeMounts: