[bitnami/ghost] Release 19.1.11 (#12630)

* [bitnami/ghost] Release 19.1.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>

* Remove ghost-version-ok test

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
Bitnami Bot
2022-09-22 16:01:14 +02:00
committed by GitHub
parent 0248b4b93f
commit 0067567ff6
5 changed files with 9 additions and 15 deletions

View File

@@ -6,12 +6,6 @@ command:
- "/opt/bitnami/ghost/bin/ghost"
stderr: [ ]
timeout: 40000
ghost-version-ok:
exec: ghost version | grep --quiet "$APP_VERSION"
exit-status: 0
stdout: [ ]
stderr: [ ]
timeout: 40000
file:
/opt/bitnami/ghost/content:
filetype: symlink
@@ -23,4 +17,4 @@ file:
exists: true
user:
ghost:
exists: true
exists: true

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.3.3
version: 9.3.4
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:5288221cb0b49b06fc8e16174189f8c6ce5fa345aff7ed3f19f2d227f9a04625
generated: "2022-09-19T09:53:41.90567477Z"
digest: sha256:dfe2ed153908403f3900d237b248f4ad5c3ea9d55dd9b14886f03cb50b4708b7
generated: "2022-09-21T13:22:03.077313606Z"

View File

@@ -33,4 +33,4 @@ name: ghost
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/ghost
- https://www.ghost.org/
version: 19.1.10
version: 19.1.11

View File

@@ -82,7 +82,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.15.0-debian-11-r0` |
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.15.0-debian-11-r1` |
| `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 | `[]` |
@@ -220,7 +220,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r36` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r37` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |

View File

@@ -55,7 +55,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/ghost
tag: 5.15.0-debian-11-r0
tag: 5.15.0-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -567,7 +567,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r36
tag: 11-debian-11-r37
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.