11apiVersion : v2
2- appVersion : v2.13.3 -2025.3.5-50344f005
2+ appVersion : v2.14.9 -2025-04-20-584fc7f3
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 7.7.14-5 -cap-2.13.3 -2025.3.5-50344f005
6+ version : 7.8.23-1 -cap-v2.14.9 -2025-04-20-584fc7f3
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -18,7 +18,7 @@ maintainers:
1818 url : https://argoproj.github.io/
1919dependencies :
2020 - name : redis-ha
21- version : 4.29.4
21+ version : 4.33.2
2222 repository : https://dandydeveloper.github.io/charts/
2323 condition : redis-ha.enabled
2424annotations :
@@ -27,4 +27,52 @@ annotations:
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
2929 - kind: changed
30- description: bumped argo-cd to v2.13.3-2025.3.5-50344f005 + bumped git-lfs to 3.6.1
30+ description: bumped argo-cd to v2.14.9-2025-04-20-584fc7f3
31+ - kind: fixed
32+ description: Secret for embedded Redis deployments now always uses the same name and key
33+ - kind: fixed
34+ description: Make code clearer when Redis Secret is optional
35+ - kind: fixed
36+ description: Correct oliver006/redis_exporter image tag
37+ - kind: fixed
38+ description: Moved to oliver006/redis_exporter to support multi-arch images (also for non-HA redis)
39+ - kind: fixed
40+ description: Remove quotation marks around loglevel and logformat CLI args
41+ - kind: fixed
42+ description: Fixed the log level and log format override for components "dexserver" and "notificationscontroller"
43+ - kind: deprecated
44+ description: Value `notifications.logLevel` is depreacted in favor of `configs.params."notificationscontroller.log.level"`
45+ - kind: deprecated
46+ description: Value `notifications.logFormat` is depreacted in favor of `configs.params."notificationscontroller.log.format"`
47+ - kind: deprecated
48+ description: Value `dex.logLevel` is depreacted in favor of `configs.params."dexserver.log.level"`
49+ - kind: deprecated
50+ description: Value `dex.logFormat` is depreacted in favor of `configs.params."dexserver.log.format"`
51+ - kind: changed
52+ description: Upgrade redis-ha
53+ - kind: changed
54+ description: Bump redis-exporter to 1.69.0
55+ - kind: fixed
56+ description: Fixed broken topologySpreadConstraints template in commitServer component
57+ - kind: added
58+ description: Added a comment how to pass values into argocd-cm ConfigMap
59+ - kind: added
60+ description: Support controller.sync.timeout.seconds
61+ - kind: changed
62+ description: Bump dex version to v2.42.0
63+ - kind: fixed
64+ description: Create ServiceMonitor for dex only if dex is enabled
65+ - kind: fixed
66+ description: Fixed typo in README
67+ - kind: fixed
68+ description: remove required function in $cluster_key from clusterCredentials
69+ - kind: changed
70+ description: Bump redis to 7.4.2
71+ - kind: added
72+ description: Add feature toggle to ArgoCD configmap allowing sync impersonation
73+ - kind: fixed
74+ description: Address ingress regression of PR #3081, use toString before tpl function
75+ - kind: added
76+ description: Added conditional around argocd-tls-certs-cm.yaml helm creation
77+ - kind: fixed
78+ description: Correct ingress listen-ports example
0 commit comments