fix(argo-cd): Fix invalid progressive sync parameter (#1839)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
pull/1841/head argo-cd-5.20.4
Petr Drastil 2023-02-13 12:22:15 +01:00 committed by GitHub
parent c08fc230d7
commit a915e774a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ appVersion: v2.6.1
kubeVersion: ">=1.22.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.20.3
version: 5.20.4
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
@ -23,5 +23,5 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgrade Argo CD to 2.6.1
- kind: fixed
description: Fixed invalid ApplicationSet progressive sync parameter

View File

@ -136,7 +136,7 @@ spec:
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_PROGRESSIVE_SYNCS
valueFrom:
configMapKeyRef:
key: applicationsetcontroller.enable.progressive.rollouts
key: applicationsetcontroller.enable.progressive.syncs
name: argocd-cmd-params-cm
optional: true
{{- with .Values.applicationSet.extraEnvFrom }}