From 866e04780ffc2897c23ee2aa60d9970075b58b73 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 5 Apr 2022 08:09:05 +0000 Subject: [PATCH] [bitnami/ghost] Release 16.3.6 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 fb603c9703..fd571b2389 100644 --- a/bitnami/ghost/Chart.lock +++ b/bitnami/ghost/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 10.4.4 + version: 10.4.5 - name: common repository: https://charts.bitnami.com/bitnami version: 1.13.0 -digest: sha256:44aac3962a40800fdbfc79d519352a2725a6c607ae9bd9099ef816570c61b3ab -generated: "2022-03-28T21:06:33.961004507Z" +digest: sha256:38e6b842aafa5c152cab59c56568bb7a9e4c0d7d8993aa3cbe9d0477fffb21ee +generated: "2022-04-05T07:19:38.556252938Z" diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index bcbd457154..174cd2f0e4 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 4.42.0 +appVersion: 4.42.1 dependencies: - condition: mariadb.enabled name: mariadb @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - https://www.ghost.org/ -version: 16.3.5 +version: 16.3.6 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 335419e001..3b1e468898 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.42.0-debian-10-r0 + tag: 4.42.1-debian-10-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 @@ -550,7 +550,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r383 + tag: 10-debian-10-r386 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.