From 5ba080c080723a6c1876164f77fb6fbb5662616a Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 15 Jun 2022 09:12:58 +0000 Subject: [PATCH] [bitnami/ghost] Release 19.0.5 updating components versions Signed-off-by: Bitnami Containers --- bitnami/ghost/Chart.lock | 6 +++--- bitnami/ghost/Chart.yaml | 4 ++-- bitnami/ghost/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/ghost/Chart.lock b/bitnami/ghost/Chart.lock index f5bc6d1b5e..9cbdf2d85c 100644 --- a/bitnami/ghost/Chart.lock +++ b/bitnami/ghost/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mysql repository: https://charts.bitnami.com/bitnami - version: 9.1.6 + version: 9.1.7 - name: common repository: https://charts.bitnami.com/bitnami version: 1.16.0 -digest: sha256:7ed4bf62d7698597fde72f2eb033e5bdd2f1e5b0ff4f8014867c0adecea66859 -generated: "2022-06-10T13:20:25.389576761Z" +digest: sha256:ff50de3e65f559fc5fb15cab5089695aa3cd7c9d835c74e90b9ebb1299194b68 +generated: "2022-06-15T07:33:31.022631473Z" diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 99911238c3..9925d229ad 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 5.2.2 +appVersion: 5.2.3 dependencies: - condition: mysql.enabled name: mysql @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - https://www.ghost.org/ -version: 19.0.4 +version: 19.0.5 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 14ab7ffb19..db65a59a48 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/ghost - tag: 5.2.2-debian-11-r4 + tag: 5.2.3-debian-11-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -564,7 +564,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r3 + tag: 11-debian-11-r4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.