diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 9a1021b67800ae..6f729b5155260b 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.82.10-debian-12-r0 + image: docker.io/bitnami/ghost:5.82.11-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r21 apiVersion: v2 -appVersion: 5.82.10 +appVersion: 5.82.11 dependencies: - condition: mysql.enabled name: mysql @@ -40,4 +40,4 @@ maintainers: name: ghost sources: - https://github.com/bitnami/charts/tree/main/bitnami/ghost -version: 20.0.14 +version: 20.0.15 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index 362e19dd1170b3..f35e01aed6209a 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.82.10-debian-12-r0 + tag: 5.82.11-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'