Skip to content

Commit 98c2e3d

Browse files
Merge pull request #110 from codefresh-io/feat/CR-23668-argo-cd-multi-source-reporting
feat(event-reporter): multi-source app info reporting
2 parents 5a6d37d + a5ea7ca commit 98c2e3d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.12.3-2024.11.14-d7a4c4e7e
2+
appVersion: v2.12.3-2024.12.3-a26fd084e
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: 7.4.7-6-cap-2.12.3-2024.11.14-d7a4c4e7e
6+
version: 7.4.7-7-cap-2.12.3-2024.12.3-a26fd084e
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -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: fixed
30-
description: argo-cd updated to v2.12.3-2024.11.14-d7a4c4e7e with repeated resources fix in repo-server for apps with directory type source
29+
- kind: changed
30+
description: argo-cd updated to v2.12.3-2024.12.3-a26fd084e with multi-source applications extended support in event-reporter

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ spec:
9191
name: argocd-cmd-params-cm
9292
key: server.rootpath
9393
optional: true
94+
- name: CODEFRESH_RUNTIME_VERSION
95+
valueFrom:
96+
configMapKeyRef:
97+
name: codefresh-cm
98+
key: version
99+
optional: true
94100
- name: CODEFRESH_URL
95101
valueFrom:
96102
configMapKeyRef:

0 commit comments

Comments
 (0)