From 0043bdb6a82091447ee22662bf05042e8c604f2d Mon Sep 17 00:00:00 2001 From: Ricardo Barros Date: Tue, 24 Apr 2018 21:05:02 +0100 Subject: [PATCH] [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 --- 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 88ce12b160..64ebf430ca 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -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: diff --git a/stable/redis/README.md b/stable/redis/README.md index b98aca59f6..68828ecba3 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -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 ```