[stable/redis] Typo fix: ragistry->registry (#6459)

* [stable/redis] Add version v3.6.1

[stable/redis] Add version v3.6.1

* [stable/redis] Typo fix: ragistry->registry

[stable/redis] Typo fix: ragistry->registry
This commit is contained in:
AdamDang
2018-07-04 01:28:20 -07:00
committed by k8s-ci-robot
parent 8a5c0038f0
commit 4222994104
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redis
version: 3.6.0
version: 3.6.1
appVersion: 4.0.10
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:
+1 -1
View File
@@ -55,7 +55,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `image.repository` | Redis Image name | `bitnami/redis` |
| `image.tag` | Redis Image tag | `{VERSION}` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.pullSecrets` | Specify docker-ragistry secret names as an array | `nil` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `nil` |
| `cluster.enabled` | Use master-slave topology | `true` |
| `cluster.slaveCount` | Number of slaves | 1 |
| `existingSecret` | Name of existing secret object (for password authentication) | `nil` |