[bitnami/argo-cd] Upgrade to Redis subchart 22 (#35727)

* [bitnami/argo-cd] Upgrade to Redis subchart 22

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: David Gomez <david.gomez@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
David Gomez
2025-08-11 08:16:02 +00:00
committed by GitHub
co-authored by Bitnami Bot
parent 9d1c35e31f
commit 2275937061
5 changed files with 15 additions and 22 deletions
+6 -2
View File
@@ -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))
## <small>9.0.39 (2025-08-08)</small>
* [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)
## <small>9.0.38 (2025-08-07)</small>
+3 -3
View File
@@ -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"
+2 -2
View File
@@ -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
+4 -1
View File
@@ -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&reg; subchart to its newest major, 22.0.0, which updates Redis&reg; 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&reg; subchart to its newest major, 21.0.0, which updates Redis&reg; 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.
-14
View File
@@ -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
##