From 4222994104abdc5298fc7f94ece372100a5c0d8a Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 4 Jul 2018 16:28:20 +0800 Subject: [PATCH] [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 --- stable/redis/Chart.yaml | 2 +- stable/redis/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 24474e4344..9dc325b9dd 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -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: diff --git a/stable/redis/README.md b/stable/redis/README.md index f60c430f5c..4b48b7b017 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -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` |