From 6dceaa196ab9c5f531371f3d05d1d60dbfbb1c02 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 9 May 2018 16:26:52 +0800 Subject: [PATCH] [stable/redis] typo fix: persitent->persistent (#5448) * Update Chart.yaml * Update values.yaml --- stable/redis/Chart.yaml | 2 +- stable/redis/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index ddd626d783..67e60d2f83 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 3.2.0 +version: 3.2.1 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/values.yaml b/stable/redis/values.yaml index a8f6776069..92e8784f09 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -70,7 +70,7 @@ password: ## Use existing secret (ignores previous password) # existingSecret: -## Persist data to a persitent volume +## Persist data to a persistent volume persistence: {} ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true