diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 52a757a0..7b3e9753 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v2.10-2024.3.29-1dcc54e29 kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 6.7.18-cap-2.10-2024.3.29-1dcc54e29 +version: 6.7.18-1-cap-2.10-2024.3.29-1dcc54e29 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: diff --git a/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml b/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml index 2a18a2fc..e6eb1c67 100644 --- a/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml +++ b/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml @@ -15,14 +15,27 @@ data: {{- with .Values.notifications.notifiers }} {{- toYaml . | nindent 2 }} {{- end }} - {{- with .Values.notifications.subscriptions }} subscriptions: | - {{- toYaml . | nindent 4 }} - {{- end }} + {{- with .Values.notifications.subscriptions }} + {{- toYaml . | nindent 4 }} + {{- end }} + {{- with .Values.cf-notifications.subscriptions }} + {{- toYaml . | nindent 4 }} + {{- end }} {{- with .Values.notifications.templates }} {{- toYaml . | nindent 2 }} {{- end }} {{- with .Values.notifications.triggers }} {{- toYaml . | nindent 2 }} {{- end }} + + {{- with .Values.cf-notifications.notifiers }} + {{- toYaml . | nindent 2 }} + {{- end }} + {{- with .Values.cf-notifications.templates }} + {{- toYaml . | nindent 2 }} + {{- end }} + {{- with .Values.cf-notifications.triggers }} + {{- toYaml . | nindent 2 }} + {{- end }} {{- end }}