Skip to content

Commit ea056aa

Browse files
Merge pull request #45 from codefresh-io/CR-22172-event-reporter-env-var
CR-22172-event-reporter-env-var
2 parents d619056 + 04d0534 commit ea056aa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.9-2024.01.17-0d221227f
33
kubeVersion: ">=1.23.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: 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
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -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

charts/argo-cd/templates/event-reporter/statefulset.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ spec:
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:

0 commit comments

Comments
 (0)