diff --git a/bitnami/discourse/CHANGELOG.md b/bitnami/discourse/CHANGELOG.md
index 4fd7a309ae..aa4f42ffd4 100644
--- a/bitnami/discourse/CHANGELOG.md
+++ b/bitnami/discourse/CHANGELOG.md
@@ -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))
+
+## 16.0.7 (2025-08-07)
+
+* [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)
## 16.0.6 (2025-08-07)
diff --git a/bitnami/discourse/Chart.lock b/bitnami/discourse/Chart.lock
index eacbea11a6..ea9ff82cec 100644
--- a/bitnami/discourse/Chart.lock
+++ b/bitnami/discourse/Chart.lock
@@ -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"
diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml
index 1c68040f19..9f76102f98 100644
--- a/bitnami/discourse/Chart.yaml
+++ b/bitnami/discourse/Chart.yaml
@@ -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
diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md
index 1508f35a34..db9cf2a9b5 100644
--- a/bitnami/discourse/README.md
+++ b/bitnami/discourse/README.md
@@ -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® 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 16.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/discourse/values.yaml b/bitnami/discourse/values.yaml
index ee8c71e2c3..224dfde014 100644
--- a/bitnami/discourse/values.yaml
+++ b/bitnami/discourse/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:
@@ -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