diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md index 89af79603a..423b351a51 100644 --- a/bitnami/ghost/CHANGELOG.md +++ b/bitnami/ghost/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 23.0.26 (2025-07-11) +## 23.0.27 (2025-07-15) -* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#35024](https://github.com/bitnami/charts/pull/35024)) +* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#35140](https://github.com/bitnami/charts/pull/35140)) + +## 23.0.26 (2025-07-11) + +* [bitnami/ghost] :zap: :arrow_up: Update dependency references (#35024) ([5c4b174](https://github.com/bitnami/charts/commit/5c4b174c9891e7d3480f0d9f4d085a786f4fa9f5)), closes [#35024](https://github.com/bitnami/charts/issues/35024) ## 23.0.25 (2025-07-04) diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 82c2380c2c..cec7a5d91d 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -5,13 +5,13 @@ annotations: category: CMS images: | - name: ghost - image: docker.io/bitnami/ghost:5.129.2-debian-12-r0 + image: docker.io/bitnami/ghost:5.130.0-debian-12-r0 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r47 + image: docker.io/bitnami/os-shell:12-debian-12-r48 licenses: Apache-2.0 tanzuCategory: application apiVersion: v2 -appVersion: 5.129.2 +appVersion: 5.130.0 dependencies: - condition: mysql.enabled name: mysql @@ -43,4 +43,4 @@ maintainers: name: ghost sources: - https://github.com/bitnami/charts/tree/main/bitnami/ghost -version: 23.0.26 +version: 23.0.27 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index c38b69855d..ae75daab86 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -87,7 +87,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/ghost - tag: 5.129.2-debian-12-r0 + tag: 5.130.0-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -641,7 +641,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r47 + tag: 12-debian-12-r48 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.