[stable/redis] Fix README password typo (#5209)

* [stable/redis] Fix README password typo (#5209)

Bump redis chart version to 3.0.3

* Incrementing chart version
This commit is contained in:
Ricardo Barros
2018-04-24 13:05:02 -07:00
committed by k8s-ci-robot
parent 6b67d9968d
commit 0043bdb6a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redis
version: 3.0.2
version: 3.0.4
appVersion: 4.0.9
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
@@ -138,7 +138,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```bash
$ helm install --name my-release \
--set redisPassword=secretpassword \
--set password=secretpassword \
stable/redis
```