diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 38d9a9cfd8..fd2088a71c 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 10.5.2 +version: 10.5.3 appVersion: 5.0.7 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/stable/redis/README.md b/stable/redis/README.md index 743b976ce3..72eb836422 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -59,7 +59,6 @@ The following table lists the configurable parameters of the Redis chart and the | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `global.storageClass` | Global storage class for dynamic provisioning | `nil` | | `global.redis.password` | Redis password (overrides `password`) | `nil` | -| `global.storageClass` | Global storage class for dynamic provisioning | `nil` | | `image.registry` | Redis Image registry | `docker.io` | | `image.repository` | Redis Image name | `bitnami/redis` | | `image.tag` | Redis Image tag | `{TAG_NAME}` |