[stable/redis] Update prerequisites (#18026)

* [stable/redis] Update prerequisites

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>

* Rebump chart

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2019-10-18 01:24:16 -07:00
committed by Kubernetes Prow Robot
parent f5d502d317
commit a2feef9e62
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 9.3.1
version: 9.3.2
appVersion: 5.0.5
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:
+4 -3
View File
@@ -23,7 +23,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
## Prerequisites
- Kubernetes 1.8+
- Kubernetes 1.12+
- Helm 2.11+ or Helm 3.0-beta3+
- PV provisioner support in the underlying infrastructure
## Installing the Chart
@@ -137,7 +138,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `cluster.enabled` | Use master-slave topology | `true` |
| `cluster.slaveCount` | Number of slaves | `1` |
| `existingSecret` | Name of existing secret object (for password authentication) | `nil` |
| `existingSecretPasswordKey` | Name of key containing password to be retrieved from the existing secret | `nil` |
| `existingSecretPasswordKey` | Name of key containing password to be retrieved from the existing secret | `nil` |
| `usePassword` | Use password | `true` |
| `usePasswordFile` | Mount passwords as files instead of environment variables | `false` |
| `password` | Redis password (ignored if existingSecret set) | Randomly generated |
@@ -423,7 +424,7 @@ securityContext:
value: "10000"
```
Note that this will not disable transparent huge tables.
Note that this will not disable transparent huge tables.
## Cluster topologies