[bitnami/discourse] Upgrade to Redis subchart 22 (#35725)

* [bitnami/discourse] 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:25:21 +00:00
committed by GitHub
co-authored by Bitnami Bot
parent 25b6602175
commit 00cbef9d42
5 changed files with 16 additions and 15 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 16.0.7 (2025-08-07)
## 17.0.0 (2025-08-11)
* [bitnami/discourse] :zap: :arrow_up: Update dependency references ([#35599](https://github.com/bitnami/charts/pull/35599))
* [bitnami/discourse] Upgrade to Redis subchart 22 ([#35725](https://github.com/bitnami/charts/pull/35725))
## <small>16.0.7 (2025-08-07)</small>
* [bitnami/discourse] :zap: :arrow_up: Update dependency references (#35599) ([7ddb4bd](https://github.com/bitnami/charts/commit/7ddb4bde8e30ed19aa9efb97538c3103787f0113)), closes [#35599](https://github.com/bitnami/charts/issues/35599)
## <small>16.0.6 (2025-08-07)</small>
+4 -4
View File
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.2.14
version: 22.0.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.7.21
version: 16.7.24
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.3
digest: sha256:a075dd3ac0eb79c65edb3dd6b2e1bbafea095ca4e0973547fb3d9a4c305bc078
generated: "2025-08-07T12:37:37.734092897Z"
digest: sha256:4a15b3adc50a19c08bf8a2286af6c24b090b6c0036de0ffd038a3d192eeb71ac
generated: "2025-08-11T09:46:29.687817+02:00"
+2 -2
View File
@@ -16,7 +16,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.X.X
version: 22.X.X
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
@@ -44,4 +44,4 @@ maintainers:
name: discourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/discourse
version: 16.0.7
version: 17.0.0
+4 -2
View File
@@ -264,7 +264,6 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
| `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` |
@@ -393,7 +392,6 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
| `persistence.storageClass` | Persistent Volume storage class | `""` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.accessMode` | Persistent Volume access mode (DEPRECATED: use `persistence.accessModes` instead) | `ReadWriteOnce` |
| `persistence.size` | Persistent Volume size | `10Gi` |
| `persistence.existingClaim` | The name of an existing PVC to use for persistence | `""` |
| `persistence.selector` | Selector to match an existing Persistent Volume for Discourse data PVC | `{}` |
@@ -586,6 +584,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 17.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 16.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.
-5
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:
@@ -448,9 +446,6 @@ persistence:
##
accessModes:
- ReadWriteOnce
## @param persistence.accessMode Persistent Volume access mode (DEPRECATED: use `persistence.accessModes` instead)
##
accessMode: ReadWriteOnce
## @param persistence.size Persistent Volume size
##
size: 10Gi