Skip to content

Commit 9225fda

Browse files
author
Bitnami Bot
authored
[bitnami/ghost] Release 19.5.11 (#19708)
* [bitnami/ghost] Release 19.5.11 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 39884c4 commit 9225fda

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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.66.0-debian-11-r0
9+
image: docker.io/bitnami/ghost:5.66.1-debian-11-r0
1010
- name: os-shell
11-
image: docker.io/bitnami/os-shell:11-debian-11-r83
11+
image: docker.io/bitnami/os-shell:11-debian-11-r86
1212
apiVersion: v2
13-
appVersion: 5.66.0
13+
appVersion: 5.66.1
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.5.10
43+
version: 19.5.11

bitnami/ghost/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
8484
| ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- |
8585
| `image.registry` | Ghost image registry | `docker.io` |
8686
| `image.repository` | Ghost image repository | `bitnami/ghost` |
87-
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.66.0-debian-11-r0` |
87+
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.66.1-debian-11-r0` |
8888
| `image.digest` | Ghost image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8989
| `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` |
9090
| `image.pullSecrets` | Ghost image pull secrets | `[]` |
@@ -218,7 +218,7 @@ The command removes all the Kubernetes components associated with the chart and
218218
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
219219
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
220220
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
221-
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r83` |
221+
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r86` |
222222
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
223223
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
224224
| `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
@@ -73,7 +73,7 @@ diagnosticMode:
7373
image:
7474
registry: docker.io
7575
repository: bitnami/ghost
76-
tag: 5.66.0-debian-11-r0
76+
tag: 5.66.1-debian-11-r0
7777
digest: ""
7878
## Specify a imagePullPolicy
7979
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -585,7 +585,7 @@ volumePermissions:
585585
image:
586586
registry: docker.io
587587
repository: bitnami/os-shell
588-
tag: 11-debian-11-r83
588+
tag: 11-debian-11-r86
589589
digest: ""
590590
pullPolicy: IfNotPresent
591591
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)