From 1cb6251e10b3b4cbd76b252c408cd4ca03c8749f Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 29 Mar 2018 12:48:02 +0800 Subject: [PATCH] Update stable/redis/README.md (#4489) * Add version for redis Add version for redis * Update README.md Delete duplicated word. --- 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 1ca93cee0a..2dc9ec5541 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 1.1.21 +version: 1.1.22 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 66d0e91c95..76ddd95858 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -114,7 +114,7 @@ after a successful install. The [Bitnami Redis](https://github.com/bitnami/bitnami-docker-redis) image stores the Redis data and configurations at the `/bitnami` path of the container. -By default, the chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning. If a Persistent Volume Claim already exists, specify it during installation. +By default, the chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning. If a Persistent Volume Claim already exists, specify it during installation. ### Existing PersistentVolumeClaim