[bitnami/ghost] Release 19.5.12 (#19750)

* [bitnami/ghost] Release 19.5.12 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>
This commit is contained in:
Bitnami Bot
2023-10-06 11:04:53 +02:00
committed by GitHub
parent ae98eac655
commit 5ea8fdc62a
4 changed files with 8 additions and 8 deletions

View File

@@ -4,6 +4,6 @@ dependencies:
version: 9.12.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.13.0
digest: sha256:c2af465fc2963774ff3443f3c921640bb8e774b880c6710a8b0b46c615a4602a
generated: "2023-09-29T23:42:47.424379045Z"
version: 2.13.1
digest: sha256:4f645e94ac6870a910a5c05a4b54bbc7a426d96c80a02583427099a22687e22f
generated: "2023-10-04T19:34:06.048411809Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: ghost
image: docker.io/bitnami/ghost:5.66.1-debian-11-r0
image: docker.io/bitnami/ghost:5.67.0-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r86
apiVersion: v2
appVersion: 5.66.1
appVersion: 5.67.0
dependencies:
- condition: mysql.enabled
name: mysql
@@ -40,4 +40,4 @@ maintainers:
name: ghost
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 19.5.11
version: 19.5.12

View File

@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | Ghost image registry | `docker.io` |
| `image.repository` | Ghost image repository | `bitnami/ghost` |
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.66.1-debian-11-r0` |
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.67.0-debian-11-r0` |
| `image.digest` | Ghost image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Ghost image pull secrets | `[]` |

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/ghost
tag: 5.66.1-debian-11-r0
tag: 5.67.0-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'