Skip to content

Commit 5f06a6d

Browse files
authored
fix(argo-cd): Add missing environment variable for v3.1.7 (argoproj#3505)
Signed-off-by: yu-croco <yu.croco@gmail.com>
1 parent 2367d75 commit 5f06a6d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.1.7
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 8.5.5
6+
version: 8.5.6
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -26,5 +26,5 @@ annotations:
2626
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
29-
- kind: changed
30-
description: Bump argo-cd to v3.1.7
29+
- kind: fixed
30+
description: Add missing environment variable for v3.1.7

charts/argo-cd/templates/argocd-applicationset/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ spec:
238238
key: applicationsetcontroller.requeue.after
239239
name: argocd-cmd-params-cm
240240
optional: true
241+
- name: ARGOCD_APPLICATIONSET_CONTROLLER_MAX_RESOURCES_STATUS_COUNT
242+
valueFrom:
243+
configMapKeyRef:
244+
name: argocd-cmd-params-cm
245+
key: applicationsetcontroller.status.max.resources.count
246+
optional: true
241247
{{- with .Values.applicationSet.extraEnvFrom }}
242248
envFrom:
243249
{{- toYaml . | nindent 12 }}

0 commit comments

Comments
 (0)