File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
templates/argocd-applicationset Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v3.1.7
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 8.5.5
6+ version : 8.5.6
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -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
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments