diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index f9568e961a..4c20b0fe22 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: ghost - image: docker.io/bitnami/ghost:5.80.4-debian-12-r0 + image: docker.io/bitnami/ghost:5.80.5-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r16 apiVersion: v2 -appVersion: 5.80.4 +appVersion: 5.80.5 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.11.4 +version: 19.11.5 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 23dfe77b6e..9e64314f6f 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/ghost - tag: 5.80.4-debian-12-r0 + tag: 5.80.5-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'