From 7f9864ff24e23fa77d877b44322d1feee1f5485d Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Thu, 26 Jan 2017 04:09:20 +0100 Subject: [PATCH] [stable/ghost] Bump Ghost version (#419) * ghost-0.4.2: bump `bitnami/ghost` image to version `0.11.4-r0` * Update requirements.yaml --- stable/ghost/Chart.yaml | 2 +- stable/ghost/requirements.yaml | 2 +- stable/ghost/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index c6aaab2a42..1134dc4cd7 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,5 +1,5 @@ name: ghost -version: 0.4.1 +version: 0.4.2 description: A simple, powerful publishing platform that allows you to share your stories with the world keywords: - ghost diff --git a/stable/ghost/requirements.yaml b/stable/ghost/requirements.yaml index 9590b37793..1820a6ff63 100644 --- a/stable/ghost/requirements.yaml +++ b/stable/ghost/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: mariadb - version: 0.5.2 + version: 0.5.6 repository: https://kubernetes-charts.storage.googleapis.com/ diff --git a/stable/ghost/values.yaml b/stable/ghost/values.yaml index 12a93f8b47..c90c5ea480 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.3-r0 +image: bitnami/ghost:0.11.4-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'