feat(argo-cd): Upgrade to Argo CD 2.12.0 (#2820)
This commit is contained in:
parent
c2ba09055c
commit
97a3db19cf
7 changed files with 223 additions and 171 deletions
|
|
@ -290,6 +290,12 @@ spec:
|
|||
key: reposerver.revision.cache.lock.timeout
|
||||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
- name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
key: reposerver.include.hidden.directories
|
||||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
{{- if .Values.repoServer.useEphemeralHelmWorkingDir }}
|
||||
- name: HELM_CACHE_HOME
|
||||
value: /helm-working-dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue