Skip to content

Commit b84ef51

Browse files
author
Bitnami Bot
authored
[bitnami/ghost] Release 19.3.32 (#18135)
* [bitnami/ghost] Release 19.3.32 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> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 6012a94 commit b84ef51

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bitnami/ghost/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
category: CMS
66
licenses: Apache-2.0
77
apiVersion: v2
8-
appVersion: 5.57.0
8+
appVersion: 5.57.1
99
dependencies:
1010
- condition: mysql.enabled
1111
name: mysql
@@ -35,4 +35,4 @@ maintainers:
3535
name: ghost
3636
sources:
3737
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
38-
version: 19.3.31
38+
version: 19.3.32

bitnami/ghost/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
8181
| ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- |
8282
| `image.registry` | Ghost image registry | `docker.io` |
8383
| `image.repository` | Ghost image repository | `bitnami/ghost` |
84-
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.57.0-debian-11-r0` |
84+
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.57.1-debian-11-r0` |
8585
| `image.digest` | Ghost image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8686
| `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` |
8787
| `image.pullSecrets` | Ghost image pull secrets | `[]` |
@@ -215,7 +215,7 @@ The command removes all the Kubernetes components associated with the chart and
215215
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
216216
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
217217
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
218-
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r22` |
218+
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r25` |
219219
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
220220
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
221221
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |

bitnami/ghost/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extraDeploy: []
5858
image:
5959
registry: docker.io
6060
repository: bitnami/ghost
61-
tag: 5.57.0-debian-11-r0
61+
tag: 5.57.1-debian-11-r0
6262
digest: ""
6363
## Specify a imagePullPolicy
6464
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -570,7 +570,7 @@ volumePermissions:
570570
image:
571571
registry: docker.io
572572
repository: bitnami/os-shell
573-
tag: 11-debian-11-r22
573+
tag: 11-debian-11-r25
574574
digest: ""
575575
pullPolicy: IfNotPresent
576576
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)