From d2bcd14765f05a798ac34e65ebab6991cc7e5937 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 9 Jul 2021 12:06:48 +0000 Subject: [PATCH] [bitnami/ghost] Release 14.0.3 updating components versions Signed-off-by: Bitnami Containers --- bitnami/ghost/Chart.yaml | 4 ++-- bitnami/ghost/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index eda62d787..631b9846f 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 4.9.1 +appVersion: 4.9.2 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - http://www.ghost.org/ -version: 14.0.2 +version: 14.0.3 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 24bb9eb58..a8a56c4f1 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/ghost - tag: 4.9.1-debian-10-r0 + tag: 4.9.2-debian-10-r0 ## 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 @@ -499,7 +499,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r127 + tag: 10-debian-10-r128 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.