diff --git a/bitnami/argo-cd/CHANGELOG.md b/bitnami/argo-cd/CHANGELOG.md
index c3d0bf452c..b58a94fb64 100644
--- a/bitnami/argo-cd/CHANGELOG.md
+++ b/bitnami/argo-cd/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 9.0.39 (2025-08-08)
+## 10.0.0 (2025-08-11)
-* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#35701](https://github.com/bitnami/charts/pull/35701))
+* [bitnami/argo-cd] Upgrade to Redis subchart 22 ([#35727](https://github.com/bitnami/charts/pull/35727))
+
+## 9.0.39 (2025-08-08)
+
+* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references (#35701) ([f5de559](https://github.com/bitnami/charts/commit/f5de5597eda831d60f77bf7c1d879c0b8fd50ba9)), closes [#35701](https://github.com/bitnami/charts/issues/35701)
## 9.0.38 (2025-08-07)
diff --git a/bitnami/argo-cd/Chart.lock b/bitnami/argo-cd/Chart.lock
index 8eb1723a75..397801a20d 100644
--- a/bitnami/argo-cd/Chart.lock
+++ b/bitnami/argo-cd/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 21.2.14
+ version: 22.0.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.3
-digest: sha256:658281d7841e8f7d58740c93ca0827159adb33c82030e85f367a070a64d31b32
-generated: "2025-08-07T11:05:44.530772822Z"
+digest: sha256:df72c4ce7a939c5148c149374a8a196372ecc65ac3ff46beeb6abfbcdd22205a
+generated: "2025-08-11T09:48:31.659877+02:00"
diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml
index 6e40406a8c..e70775c281 100644
--- a/bitnami/argo-cd/Chart.yaml
+++ b/bitnami/argo-cd/Chart.yaml
@@ -20,7 +20,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
- version: 21.x.x
+ version: 22.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -40,4 +40,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
-version: 9.0.39
+version: 10.0.0
diff --git a/bitnami/argo-cd/README.md b/bitnami/argo-cd/README.md
index beb7d00360..5fdacaa357 100644
--- a/bitnami/argo-cd/README.md
+++ b/bitnami/argo-cd/README.md
@@ -334,7 +334,6 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
-| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
@@ -1357,6 +1356,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
+### To 10.0.0
+
+This major updates the Redis® subchart to its newest major, 22.0.0, which updates Redis® from 8.0 to 8.2. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.
+
### To 8.0.0
This major updates the Redis® subchart to its newest major, 21.0.0, which updates Redis® from 7.4 to 8.0. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.
diff --git a/bitnami/argo-cd/values.yaml b/bitnami/argo-cd/values.yaml
index b7198814c1..2f6fad725c 100644
--- a/bitnami/argo-cd/values.yaml
+++ b/bitnami/argo-cd/values.yaml
@@ -9,7 +9,6 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
-## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
##
global:
imageRegistry: ""
@@ -19,7 +18,6 @@ global:
##
imagePullSecrets: []
defaultStorageClass: ""
- storageClass: ""
## Security parameters
##
security:
@@ -1118,9 +1116,6 @@ applicationSet:
## @param applicationSet.webhook.ingress.enabled Enable an ingress resource for Webhooks
##
enabled: false
- ## DEPRECATED: Use server.ingress.annotations instead of server.ingress.certManager
- ## certManager: false
- ##
## @param applicationSet.webhook.ingress.annotations Additional ingress annotations
##
annotations: {}
@@ -1572,9 +1567,6 @@ notifications:
## @param notifications.webhook.ingress.enabled Enable an ingress resource for Webhooks
##
enabled: false
- ## DEPRECATED: Use server.ingress.annotations instead of server.ingress.certManager
- ## certManager: false
- ##
## @param notifications.webhook.ingress.annotations Additional ingress annotations
##
annotations: {}
@@ -2181,9 +2173,6 @@ server:
## @param server.ingress.selfSigned Create a TLS secret for this ingress record using self-signed certificates generated by Helm
##
selfSigned: false
- ## DEPRECATED: Use server.ingress.annotations instead of server.ingress.certManager
- ## certManager: false
- ##
## Ingress Path type
##
@@ -2389,9 +2378,6 @@ server:
## @param server.ingressGrpc.selfSigned Create a TLS secret for this ingress record using self-signed certificates generated by Helm
##
selfSigned: false
- ## DEPRECATED: Use server.ingressGrpc.annotations instead of server.ingressGrpc.certManager
- ## certManager: false
- ##
## Ingress Path type
##