diff --git a/bitnami/redis-cluster/CHANGELOG.md b/bitnami/redis-cluster/CHANGELOG.md
index 671e7574b3..ba3517e59e 100644
--- a/bitnami/redis-cluster/CHANGELOG.md
+++ b/bitnami/redis-cluster/CHANGELOG.md
@@ -1,8 +1,13 @@
# Changelog
-## 10.2.6 (2024-07-03)
+## 10.2.7 (2024-07-16)
-* [bitnami/redis-cluster] Release 10.2.6 ([#27711](https://github.com/bitnami/charts/pull/27711))
+* [bitnami/redis-cluster] Global StorageClass as default value ([#28090](https://github.com/bitnami/charts/pull/28090))
+
+## 10.2.6 (2024-07-03)
+
+* [bitnami/*] Update README changing TAC wording (#27530) ([52dfed6](https://github.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)), closes [#27530](https://github.com/bitnami/charts/issues/27530)
+* [bitnami/redis-cluster] Release 10.2.6 (#27711) ([4070805](https://github.com/bitnami/charts/commit/4070805cbedcbaa8a04282e5ab6a9dadc79f4e23)), closes [#27711](https://github.com/bitnami/charts/issues/27711)
## 10.2.5 (2024-06-18)
diff --git a/bitnami/redis-cluster/Chart.lock b/bitnami/redis-cluster/Chart.lock
index 1bf94254c6..4a80db2019 100644
--- a/bitnami/redis-cluster/Chart.lock
+++ b/bitnami/redis-cluster/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.20.3
-digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
-generated: "2024-06-18T12:07:28.282389149Z"
+ version: 2.20.5
+digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
+generated: "2024-07-16T12:17:48.57287+02:00"
diff --git a/bitnami/redis-cluster/Chart.yaml b/bitnami/redis-cluster/Chart.yaml
index f4906d7ba0..0558ddc20b 100644
--- a/bitnami/redis-cluster/Chart.yaml
+++ b/bitnami/redis-cluster/Chart.yaml
@@ -14,22 +14,22 @@ annotations:
apiVersion: v2
appVersion: 7.2.5
dependencies:
-- name: common
- repository: oci://registry-1.docker.io/bitnamicharts
- tags:
- - bitnami-common
- version: 2.x.x
+ - name: common
+ repository: oci://registry-1.docker.io/bitnamicharts
+ tags:
+ - bitnami-common
+ version: 2.x.x
description: Redis(R) is an open source, scalable, distributed in-memory cache for applications. It can be used to store and serve data in the form of strings, hashes, lists, sets and sorted sets.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
keywords:
-- redis
-- keyvalue
-- database
+ - redis
+ - keyvalue
+ - database
maintainers:
-- name: Broadcom, Inc. All Rights Reserved.
- url: https://github.com/bitnami/charts
+ - name: Broadcom, Inc. All Rights Reserved.
+ url: https://github.com/bitnami/charts
name: redis-cluster
sources:
-- https://github.com/bitnami/charts/tree/main/bitnami/redis-cluster
-version: 10.2.6
+ - https://github.com/bitnami/charts/tree/main/bitnami/redis-cluster
+version: 10.2.7
diff --git a/bitnami/redis-cluster/README.md b/bitnami/redis-cluster/README.md
index 86729d02aa..5361a2cb35 100644
--- a/bitnami/redis-cluster/README.md
+++ b/bitnami/redis-cluster/README.md
@@ -377,7 +377,8 @@ See [#15075](https://github.com/bitnami/charts/issues/15075)
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
-| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
+| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
+| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.redis.password` | Redis® password (overrides `password`) | `""` |
| `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` |
diff --git a/bitnami/redis-cluster/values.yaml b/bitnami/redis-cluster/values.yaml
index fe00beb0bb..c4c166e606 100644
--- a/bitnami/redis-cluster/values.yaml
+++ b/bitnami/redis-cluster/values.yaml
@@ -9,7 +9,8 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
-## @param global.storageClass Global StorageClass for Persistent Volume(s)
+## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
+## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
## @param global.redis.password Redis® password (overrides `password`)
##
global:
@@ -19,6 +20,7 @@ global:
## - myRegistryKeySecretName
##
imagePullSecrets: []
+ defaultStorageClass: ""
storageClass: ""
redis:
password: ""