diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md
index 67ee94dc99..1006f1af7b 100644
--- a/bitnami/ghost/CHANGELOG.md
+++ b/bitnami/ghost/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 21.1.41 (2024-10-22)
+## 21.1.42 (2024-10-23)
-* [bitnami/ghost] Release 21.1.41 ([#30044](https://github.com/bitnami/charts/pull/30044))
+* [bitnami/ghost] Release 21.1.42 ([#30056](https://github.com/bitnami/charts/pull/30056))
+
+## 21.1.41 (2024-10-22)
+
+* [bitnami/ghost] Release 21.1.41 (#30044) ([70309c6](https://github.com/bitnami/charts/commit/70309c650fd1e66f9b8c903bee859634f6bdd7f1)), closes [#30044](https://github.com/bitnami/charts/issues/30044)
## 21.1.40 (2024-10-18)
diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml
index 218a4d8292..dce6362565 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.97.1-debian-12-r0
+ image: docker.io/bitnami/ghost:5.97.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r31
apiVersion: v2
-appVersion: 5.97.1
+appVersion: 5.97.2
dependencies:
- condition: mysql.enabled
name: mysql
@@ -40,4 +40,4 @@ maintainers:
name: ghost
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
-version: 21.1.41
+version: 21.1.42
diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml
index 9cc132ef87..121001934e 100644
--- a/bitnami/ghost/values.yaml
+++ b/bitnami/ghost/values.yaml
@@ -81,7 +81,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/ghost
- tag: 5.97.1-debian-12-r0
+ tag: 5.97.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'