feat(argo-cd): Upgrade Argo CD to 2.8.0 (#2170)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
Petr Drastil 2023-08-08 16:35:41 +02:00 committed by GitHub
parent 4eae23b580
commit 3e35b0c7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2264 additions and 25 deletions

View file

@ -236,6 +236,18 @@ spec:
name: argocd-cmd-params-cm
key: application.namespaces
optional: true
- name: ARGOCD_CONTROLLER_SHARDING_ALGORITHM
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: controller.sharding.algorithm
optional: true
- name: ARGOCD_APPLICATION_CONTROLLER_KUBECTL_PARALLELISM_LIMIT
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: controller.kubectl.parallelism.limit
optional: true
{{- with .Values.controller.envFrom }}
envFrom:
{{- toYaml . | nindent 10 }}