Merge pull request #45 from codefresh-io/CR-22172-event-reporter-env-var

CR-22172-event-reporter-env-var
This commit is contained in:
Oleksandr Saulyak 2024-01-22 12:27:39 +02:00 committed by GitHub
commit ea056aaba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.9-2024.01.17-0d221227f
kubeVersion: ">=1.23.0-0" kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd 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 home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Upgrade Argo CD to v2.9-2024.01.17-0d221227f description: Added new env variable to argocd-event-reporter sts

View file

@ -73,6 +73,12 @@ spec:
{{- end }} {{- end }}
- name: EVENT_REPORTER_REPLICAS - name: EVENT_REPORTER_REPLICAS
value: {{ .Values.eventReporter.replicas | quote }} value: {{ .Values.eventReporter.replicas | quote }}
- name: ARGOCD_APPLICATION_NAMESPACES
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: application.namespaces
optional: true
- name: ARGOCD_TOKEN - name: ARGOCD_TOKEN
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: