From d737bc3c014cf43b079d996dd57fcae8fc8947ef Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Wed, 9 May 2018 10:36:17 +0000 Subject: [PATCH] Synchronize upstreamed folder to 55884e2 --- upstreamed/ghost/Chart.yaml | 4 ++-- upstreamed/ghost/values.yaml | 2 +- upstreamed/redis/Chart.yaml | 2 +- upstreamed/redis/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/upstreamed/ghost/Chart.yaml b/upstreamed/ghost/Chart.yaml index d37f5c723..d02e73249 100644 --- a/upstreamed/ghost/Chart.yaml +++ b/upstreamed/ghost/Chart.yaml @@ -1,6 +1,6 @@ name: ghost -version: 3.1.1 -appVersion: 1.22.5 +version: 3.1.2 +appVersion: 1.22.7 description: A simple, powerful publishing platform that allows you to share your stories with the world keywords: diff --git a/upstreamed/ghost/values.yaml b/upstreamed/ghost/values.yaml index 5cfee5c1d..65cdb8f4a 100644 --- a/upstreamed/ghost/values.yaml +++ b/upstreamed/ghost/values.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/ghost - tag: 1.22.5 + tag: 1.22.7 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/upstreamed/redis/Chart.yaml b/upstreamed/redis/Chart.yaml index ddd626d78..67e60d2f8 100644 --- a/upstreamed/redis/Chart.yaml +++ b/upstreamed/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/upstreamed/redis/values.yaml b/upstreamed/redis/values.yaml index a8f677606..92e8784f0 100644 --- a/upstreamed/redis/values.yaml +++ b/upstreamed/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