Skip to content

Commit

Permalink
ARGOCD_APPLICATION_NAMESPACES env for argo-cd.event-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-codefresh authored Jan 22, 2024
1 parent d619056 commit 04d0534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v2.9-2024.01.17-0d221227f
kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.51.6-5-cap-2.9-2024.1.17-0d221227f
version: 5.51.6-6-cap-2.9-2024.1.17-0d221227f
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand All @@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Upgrade Argo CD to v2.9-2024.01.17-0d221227f
description: Added new env variable to argocd-event-reporter sts
6 changes: 6 additions & 0 deletions charts/argo-cd/templates/event-reporter/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ spec:
{{- end }}
- name: EVENT_REPORTER_REPLICAS
value: {{ .Values.eventReporter.replicas | quote }}
- name: ARGOCD_APPLICATION_NAMESPACES
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: application.namespaces
optional: true
- name: ARGOCD_TOKEN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 04d0534

Please sign in to comment.