argocd-helm/charts/argo-cd/templates/argocd-notifications
Mikhail Zholobov 54b6a57d3f
fix(argo-cd): Deprecate logLevel and logFormat values for dex and notifications controller (#3209)
* fix(argo-cd): Deprecate logLevel and logFormat values for dex and notifications controller

These are deprecated in favor of corresponding settings in `config.params`, to match with
the official docs: https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-cmd-params-cm-yaml/

The same changes were previously done for all other components much earlier in
https://github.com/argoproj/argo-helm/pull/1267
and then these params were removed in https://github.com/argoproj/argo-helm/pull/2407

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

* chore(argo-cd): Bump argo-cd chart version

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>

---------

Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2025-03-31 21:39:17 +01:00
..
clusterrole.yaml fix(argo-cd): Properly support "application in any namespace" for the argocd-server ClusterRole (#2609) 2024-03-29 17:13:31 +09:00
clusterrolebinding.yaml feat(argo-cd): Support ability to set .Values.namespaceOverride (#2679) 2024-05-14 16:17:31 +01:00
deployment.yaml fix(argo-cd): Deprecate logLevel and logFormat values for dex and notifications controller (#3209) 2025-03-31 21:39:17 +01:00
metrics.yaml feat(argo-cd): add support for dual stack clusters (#2649) 2024-05-31 21:04:50 +09:00
networkpolicy.yaml feat(argo-cd): Support ability to set .Values.namespaceOverride (#2679) 2024-05-14 16:17:31 +01:00
pdb.yaml feat(argo-cd): Support ability to set .Values.namespaceOverride (#2679) 2024-05-14 16:17:31 +01:00
role.yaml feat(argo-cd): Support ability to set .Values.namespaceOverride (#2679) 2024-05-14 16:17:31 +01:00
rolebinding.yaml feat(argo-cd): Support ability to set .Values.namespaceOverride (#2679) 2024-05-14 16:17:31 +01:00
serviceaccount.yaml feat(argo-cd): Support ability to set .Values.namespaceOverride (#2679) 2024-05-14 16:17:31 +01:00
servicemonitor.yaml feat(argo-cd): Add honorLabels config for ServiceMonitor resources (#3018) 2024-11-10 10:42:00 +09:00