mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
f5d502d317
commit
a2feef9e62
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user