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'