[bitnami/ghost] Release 19.1.80 (#16064)

* [bitnami/ghost] Release 19.1.80 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-04-14 17:45:01 +02:00
committed by GitHub
parent 3364c2a85e
commit 32dbdce165
4 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.6.0
version: 9.7.1
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.4
digest: sha256:1aa6c4c13845a91093a89cf64c0b0218a9b77a2de62caf0896ae33f4c18900e0
generated: "2023-03-10T20:15:51.051878029Z"
digest: sha256:532f991f5b483c603f31885d358fcc085a77617319b964b330797a2620765547
generated: "2023-04-14T15:08:45.368319671Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: CMS
licenses: Apache-2.0
apiVersion: v2
appVersion: 5.39.0
appVersion: 5.43.0
dependencies:
- condition: mysql.enabled
name: mysql
@@ -33,4 +33,4 @@ name: ghost
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/ghost
- https://www.ghost.org/
version: 19.1.79
version: 19.1.80

View File

@@ -81,7 +81,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.39.0-debian-11-r0` |
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.43.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 | `[]` |
@@ -215,7 +215,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-r98` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r106` |
| `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.39.0-debian-11-r0
tag: 5.43.0-debian-11-r0
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-r98
tag: 11-debian-11-r106
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.