argocd-helm/charts/argo-cd/Chart.yaml
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

38 lines
1.5 KiB
YAML

apiVersion: v2
appVersion: v2.14.8
kubeVersion: ">=1.25.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 7.8.16
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
keywords:
- argoproj
- argocd
- gitops
maintainers:
- name: argoproj
url: https://argoproj.github.io/
dependencies:
- name: redis-ha
version: 4.33.2
repository: https://dandydeveloper.github.io/charts/
condition: redis-ha.enabled
annotations:
artifacthub.io/signKey: |
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Fixed the log level and log format override for components "dexserver" and "notificationscontroller"
- kind: deprecated
description: Value `notifications.logLevel` is depreacted in favor of `configs.params."notificationscontroller.log.level"`
- kind: deprecated
description: Value `notifications.logFormat` is depreacted in favor of `configs.params."notificationscontroller.log.format"`
- kind: deprecated
description: Value `dex.logLevel` is depreacted in favor of `configs.params."dexserver.log.level"`
- kind: deprecated
description: Value `dex.logFormat` is depreacted in favor of `configs.params."dexserver.log.format"`