feat(argo-cd): Upgrade argocd to 2.11.0 + crd changes (#2681)
This commit is contained in:
parent
0882bfcbd6
commit
1098ce1287
4 changed files with 173 additions and 3 deletions
|
|
@ -268,6 +268,12 @@ spec:
|
|||
key: reposerver.git.request.timeout
|
||||
name: argocd-cmd-params-cm
|
||||
optional: true
|
||||
- name: ARGOCD_REVISION_CACHE_LOCK_TIMEOUT
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
key: reposerver.revision.cache.lock.timeout
|
||||
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