File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.9-2024.01.17-0d221227f
33kubeVersion : " >=1.23.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 5.51.6-5 -cap-2.9-2024.1.17-0d221227f
6+ version : 5.51.6-6 -cap-2.9-2024.1.17-0d221227f
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -27,4 +27,4 @@ annotations:
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
2929 - kind: changed
30- description: Upgrade Argo CD to v2.9-2024.01.17-0d221227f
30+ description: Added new env variable to argocd-event-reporter sts
Original file line number Diff line number Diff line change 7373 {{- end }}
7474 - name : EVENT_REPORTER_REPLICAS
7575 value : {{ .Values.eventReporter.replicas | quote }}
76+ - name : ARGOCD_APPLICATION_NAMESPACES
77+ valueFrom :
78+ configMapKeyRef :
79+ name : argocd-cmd-params-cm
80+ key : application.namespaces
81+ optional : true
7682 - name : ARGOCD_TOKEN
7783 valueFrom :
7884 secretKeyRef :
You can’t perform that action at this time.
0 commit comments