From 6a336d31a908d62e5798bc63689eb493fa3e0d69 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 9 May 2024 17:38:53 +0200 Subject: [PATCH] [bitnami/ghost] Release 20.0.9 updating components versions (#25660) Signed-off-by: Bitnami Containers --- bitnami/ghost/Chart.yaml | 4 ++-- bitnami/ghost/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index ca048d2bb7..ccd70abff9 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: ghost - image: docker.io/bitnami/ghost:5.82.8-debian-12-r0 + image: docker.io/bitnami/ghost:5.82.8-debian-12-r1 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r20 apiVersion: v2 @@ -40,4 +40,4 @@ maintainers: name: ghost sources: - https://github.com/bitnami/charts/tree/main/bitnami/ghost -version: 20.0.8 +version: 20.0.9 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 9b5792abee..f95f4bc766 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/ghost - tag: 5.82.8-debian-12-r0 + tag: 5.82.8-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'