From 6b56b8c7967439e7b2fc95e9e522eb3aa6d34278 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 4 Aug 2022 20:13:36 +0200 Subject: [PATCH] [bitnami/ghost] Release 19.0.16 (#11600) * [bitnami/ghost] Release 19.0.16 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --- bitnami/ghost/Chart.lock | 6 +++--- bitnami/ghost/Chart.yaml | 2 +- bitnami/ghost/README.md | 4 ++-- bitnami/ghost/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/ghost/Chart.lock b/bitnami/ghost/Chart.lock index 123c42c3fb..6a5cb6b217 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.2.4 + version: 9.2.5 - name: common repository: https://charts.bitnami.com/bitnami version: 1.16.1 -digest: sha256:e3e25b1a5e4ce6120515337cd297cb5302d4038f3c2954a8a70e5bcbff7e6dc9 -generated: "2022-08-03T11:47:47.407138488Z" +digest: sha256:2de70b3516c03db29d9699a4018ea94e09c4eaf615d8b41c704a618a5e483675 +generated: "2022-08-04T16:49:31.31365851Z" diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 54525e0014..9c8083e2ce 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/containers/tree/main/bitnami/ghost - https://www.ghost.org/ -version: 19.0.15 +version: 19.0.16 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 4ddc91ee27..421e7d3b8c 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -82,7 +82,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.7.1-debian-11-r1` | +| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.7.1-debian-11-r2` | | `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` | | `image.pullSecrets` | Ghost image pull secrets | `[]` | | `image.debug` | Enable image debug mode | `false` | @@ -219,7 +219,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-r21` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r22` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 8fe4d82684..12d29dd4d8 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.7.1-debian-11-r1 + tag: 5.7.1-debian-11-r2 ## 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-r21 + tag: 11-debian-11-r22 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.