Skip to content

Commit 7c3b707

Browse files
author
Bitnami Bot
authored
[bitnami/ghost] Release 19.3.26 (#17820)
* [bitnami/ghost] Release 19.3.26 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 57b9baf commit 7c3b707

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: oci://registry-1.docker.io/bitnamicharts
4-
version: 9.10.6
4+
version: 9.10.7
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 2.6.0
8-
digest: sha256:d71d0eea3774c2113f8754249fe106d924184a57f84ea45603b9d30866927c1a
9-
generated: "2023-07-17T22:16:18.795087193Z"
8+
digest: sha256:a4b610d27c0e5c8ed1b1d64e8623d18ffaabeb9b37cfce17bb1e369bb17c366e
9+
generated: "2023-07-22T08:00:20.500793423Z"

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.54.3
8+
appVersion: 5.55.0
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.25
38+
version: 19.3.26

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

0 commit comments

Comments
 (0)