From bac377396110b1a2a35fc1ffa7d65e22f33ff4ba Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 6 Apr 2017 13:02:00 +0200 Subject: [PATCH] [stable/ghost] Release 0.4.7 (#835) * ghost: update to `bitnami/ghost:0.11.7-r1` * ghost: bump chart version to `0.4.7` --- stable/ghost/Chart.yaml | 2 +- stable/ghost/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index fb3db011ce..546927d4c7 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,5 +1,5 @@ name: ghost -version: 0.4.6 +version: 0.4.7 description: A simple, powerful publishing platform that allows you to share your stories with the world keywords: - ghost diff --git a/stable/ghost/values.yaml b/stable/ghost/values.yaml index e5225295bf..8e1726e487 100644 --- a/stable/ghost/values.yaml +++ b/stable/ghost/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Ghost image version ## ref: https://hub.docker.com/r/bitnami/ghost/tags/ ## -image: bitnami/ghost:0.11.7-r0 +image: bitnami/ghost:0.11.7-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'