mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
6b67d9968d
commit
0043bdb6a8
@@ -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:
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user