Skip to content

Commit 46aa099

Browse files
author
Bitnami Bot
authored
[bitnami/ghost] Release 19.0.14 (#11554)
* [bitnami/ghost] Release 19.0.14 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent b4923fa commit 46aa099

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

bitnami/ghost/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mysql
33
repository: https://charts.bitnami.com/bitnami
4-
version: 9.2.3
4+
version: 9.2.4
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
77
version: 1.16.1
8-
digest: sha256:9c0109f05030098013f4f5ada7e3d5d466c58fd44c1aed128dbd6e8de2b85470
9-
generated: "2022-07-28T13:01:18.097191436Z"
8+
digest: sha256:e3e25b1a5e4ce6120515337cd297cb5302d4038f3c2954a8a70e5bcbff7e6dc9
9+
generated: "2022-08-03T11:47:47.407138488Z"

bitnami/ghost/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: CMS
33
apiVersion: v2
4-
appVersion: 5.5.0
4+
appVersion: 5.7.0
55
dependencies:
66
- condition: mysql.enabled
77
name: mysql
@@ -33,4 +33,4 @@ name: ghost
3333
sources:
3434
- https://github.com/bitnami/containers/tree/main/bitnami/ghost
3535
- https://www.ghost.org/
36-
version: 19.0.13
36+
version: 19.0.14

bitnami/ghost/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
8282
| ------------------- | ------------------------------------------------ | -------------------- |
8383
| `image.registry` | Ghost image registry | `docker.io` |
8484
| `image.repository` | Ghost image repository | `bitnami/ghost` |
85-
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.5.0-debian-11-r2` |
85+
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.7.0-debian-11-r0` |
8686
| `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` |
8787
| `image.pullSecrets` | Ghost image pull secrets | `[]` |
8888
| `image.debug` | Enable image debug mode | `false` |
@@ -219,7 +219,7 @@ The command removes all the Kubernetes components associated with the chart and
219219
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
220220
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
221221
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
222-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r20` |
222+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r21` |
223223
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
224224
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
225225
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |

bitnami/ghost/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extraDeploy: []
5454
image:
5555
registry: docker.io
5656
repository: bitnami/ghost
57-
tag: 5.5.0-debian-11-r2
57+
tag: 5.7.0-debian-11-r0
5858
## Specify a imagePullPolicy
5959
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6060
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -564,7 +564,7 @@ volumePermissions:
564564
image:
565565
registry: docker.io
566566
repository: bitnami/bitnami-shell
567-
tag: 11-debian-11-r20
567+
tag: 11-debian-11-r21
568568
pullPolicy: IfNotPresent
569569
## Optionally specify an array of imagePullSecrets.
570570
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)