From 622d462633965abca809fc459ccfa0d134694e59 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 6 May 2017 04:25:30 +0530 Subject: [PATCH] [stable/ghost] Release 0.4.8 (#938) * ghost: update to `bitnami/ghost:0.11.8-r0` * ghost: bump chart version to `0.4.8` * ghost: update to `bitnami/ghost:0.11.8-r1` --- 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 546927d4c7..cc07438e13 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,5 +1,5 @@ name: ghost -version: 0.4.7 +version: 0.4.8 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 8e1726e487..ed0612d079 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-r1 +image: bitnami/ghost:0.11.8-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'