diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 4ca6ce43ab..54525e0014 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 5.7.0 +appVersion: 5.7.1 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.0.14 +version: 19.0.15 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 724a51fa7f..4ddc91ee27 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -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.7.0-debian-11-r0` | +| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.7.1-debian-11-r1` | | `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` | | `image.pullSecrets` | Ghost image pull secrets | `[]` | | `image.debug` | Enable image debug mode | `false` | diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index e5b91bf550..8fe4d82684 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/ghost - tag: 5.7.0-debian-11-r0 + tag: 5.7.1-debian-11-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images