Merge pull request #110 from codefresh-io/feat/CR-23668-argo-cd-multi-source-reporting
feat(event-reporter): multi-source app info reporting
This commit is contained in:
commit
98c2e3db2f
2 changed files with 10 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.12.3-2024.11.14-d7a4c4e7e
|
appVersion: v2.12.3-2024.12.3-a26fd084e
|
||||||
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: 7.4.7-6-cap-2.12.3-2024.11.14-d7a4c4e7e
|
version: 7.4.7-7-cap-2.12.3-2024.12.3-a26fd084e
|
||||||
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:
|
||||||
|
@ -26,5 +26,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
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: fixed
|
- kind: changed
|
||||||
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
|
description: argo-cd updated to v2.12.3-2024.12.3-a26fd084e with multi-source applications extended support in event-reporter
|
||||||
|
|
|
@ -91,6 +91,12 @@ spec:
|
||||||
name: argocd-cmd-params-cm
|
name: argocd-cmd-params-cm
|
||||||
key: server.rootpath
|
key: server.rootpath
|
||||||
optional: true
|
optional: true
|
||||||
|
- name: CODEFRESH_RUNTIME_VERSION
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
name: codefresh-cm
|
||||||
|
key: version
|
||||||
|
optional: true
|
||||||
- name: CODEFRESH_URL
|
- name: CODEFRESH_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue