Skip to content

Commit b92bc30

Browse files
author
Bitnami Bot
authored
[bitnami/ghost] Release 19.3.36 (#18383)
* [bitnami/ghost] Release 19.3.36 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 14e96f8 commit b92bc30

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

bitnami/ghost/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 9.10.10
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 2.6.0
8-
digest: sha256:fc3d104824c4743ceb4b84b7dd5551c91d1e3e3a40c717cd557aba2643a6a347
9-
generated: "2023-08-04T22:08:03.749011039Z"
7+
version: 2.8.0
8+
digest: sha256:97662ff3e7b2f44b7e39612d14e5976357dbde5026d60329de13ba5d512ab39e
9+
generated: "2023-08-11T21:58:52.834504907Z"

bitnami/ghost/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: ghost
9-
image: docker.io/bitnami/ghost:5.58.0-debian-11-r0
9+
image: docker.io/bitnami/ghost:5.59.0-debian-11-r0
1010
- name: os-shell
11-
image: docker.io/bitnami/os-shell:11-debian-11-r28
11+
image: docker.io/bitnami/os-shell:11-debian-11-r34
1212
apiVersion: v2
13-
appVersion: 5.58.0
13+
appVersion: 5.59.0
1414
dependencies:
1515
- condition: mysql.enabled
1616
name: mysql
@@ -40,4 +40,4 @@ maintainers:
4040
name: ghost
4141
sources:
4242
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
43-
version: 19.3.35
43+
version: 19.3.36

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.58.0-debian-11-r0` |
84+
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.59.0-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-r28` |
218+
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r34` |
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.58.0-debian-11-r0
61+
tag: 5.59.0-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-r28
573+
tag: 11-debian-11-r34
574574
digest: ""
575575
pullPolicy: IfNotPresent
576576
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)