From 32dbdce1654d0db236ad2300d6f92fedbce43192 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 14 Apr 2023 17:45:01 +0200 Subject: [PATCH] [bitnami/ghost] Release 19.1.80 (#16064) * [bitnami/ghost] Release 19.1.80 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/ghost/Chart.lock | 6 +++--- bitnami/ghost/Chart.yaml | 4 ++-- bitnami/ghost/README.md | 4 ++-- bitnami/ghost/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/ghost/Chart.lock b/bitnami/ghost/Chart.lock index 6d90e233ed..0de1632faa 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.6.0 + version: 9.7.1 - name: common repository: https://charts.bitnami.com/bitnami version: 2.2.4 -digest: sha256:1aa6c4c13845a91093a89cf64c0b0218a9b77a2de62caf0896ae33f4c18900e0 -generated: "2023-03-10T20:15:51.051878029Z" +digest: sha256:532f991f5b483c603f31885d358fcc085a77617319b964b330797a2620765547 +generated: "2023-04-14T15:08:45.368319671Z" diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 45091ffab5..4130074724 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: CMS licenses: Apache-2.0 apiVersion: v2 -appVersion: 5.39.0 +appVersion: 5.43.0 dependencies: - condition: mysql.enabled name: mysql @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/containers/tree/main/bitnami/ghost - https://www.ghost.org/ -version: 19.1.79 +version: 19.1.80 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 99546025e8..d3eef65707 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Ghost image registry | `docker.io` | | `image.repository` | Ghost image repository | `bitnami/ghost` | -| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.39.0-debian-11-r0` | +| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.43.0-debian-11-r0` | | `image.digest` | Ghost image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` | | `image.pullSecrets` | Ghost image pull secrets | `[]` | @@ -215,7 +215,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r98` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r106` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 67c5bbfc7e..941a5d97f5 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -55,7 +55,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/ghost - tag: 5.39.0-debian-11-r0 + tag: 5.43.0-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -567,7 +567,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r98 + tag: 11-debian-11-r106 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.