diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md
index 83587e505d..41cc46dbd6 100644
--- a/bitnami/ghost/CHANGELOG.md
+++ b/bitnami/ghost/CHANGELOG.md
@@ -1,8 +1,15 @@
# Changelog
-## 23.0.28 (2025-07-18)
+## 23.0.29 (2025-07-18)
-* [bitnami/ghost] subPath fix ([#34854](https://github.com/bitnami/charts/pull/34854))
+* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#35208](https://github.com/bitnami/charts/pull/35208))
+
+## 23.0.28 (2025-07-18)
+
+* [bitnami/*] Adapt main README and change ascii (#35173) ([73d15e0](https://github.com/bitnami/charts/commit/73d15e03e04647efa902a1d14a09ea8657429cd0)), closes [#35173](https://github.com/bitnami/charts/issues/35173)
+* [bitnami/*] Adapt welcome message to BSI (#35170) ([e1c8146](https://github.com/bitnami/charts/commit/e1c8146831516fb35de736a6f3fd10e5e7a44286)), closes [#35170](https://github.com/bitnami/charts/issues/35170)
+* [bitnami/*] Add BSI to charts' READMEs (#35174) ([4973fd0](https://github.com/bitnami/charts/commit/4973fd08dd7e95398ddcc4054538023b542e19f2)), closes [#35174](https://github.com/bitnami/charts/issues/35174)
+* [bitnami/ghost] subPath fix (#34854) ([2aae25a](https://github.com/bitnami/charts/commit/2aae25a2302bd5e49cf10e8db9bc452f7e8dfb8a)), closes [#34854](https://github.com/bitnami/charts/issues/34854)
## 23.0.27 (2025-07-15)
diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml
index 18f77bb138..447ac32ff0 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.130.0-debian-12-r0
+ image: docker.io/bitnami/ghost:5.130.1-debian-12-r0
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r48
+ image: docker.io/bitnami/os-shell:12-debian-12-r49
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
-appVersion: 5.130.0
+appVersion: 5.130.1
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.28
+version: 23.0.29
diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml
index ae75daab86..fed76dc9b8 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.130.0-debian-12-r0
+ tag: 5.130.1-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-r48
+ tag: 12-debian-12-r49
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.