diff --git a/bitnami/ghost/CHANGELOG.md b/bitnami/ghost/CHANGELOG.md
index 1af1687bcc..cde0a83cbe 100644
--- a/bitnami/ghost/CHANGELOG.md
+++ b/bitnami/ghost/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 22.1.12 (2025-02-07)
+## 22.1.13 (2025-02-13)
-* [bitnami/ghost] Release 22.1.12 ([#31838](https://github.com/bitnami/charts/pull/31838))
+* [bitnami/ghost] Release 22.1.13 ([#31910](https://github.com/bitnami/charts/pull/31910))
+
+## 22.1.12 (2025-02-07)
+
+* [bitnami/ghost] Release 22.1.12 (#31838) ([4b4ba4e](https://github.com/bitnami/charts/commit/4b4ba4ea23f2d959ab0b7f87f0d7c54cae4fd897)), closes [#31838](https://github.com/bitnami/charts/issues/31838)
## 22.1.11 (2025-02-04)
diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml
index 37d733f598..79044d8e54 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.109.3-debian-12-r0
+ image: docker.io/bitnami/ghost:5.109.5-debian-12-r0
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r36
+ image: docker.io/bitnami/os-shell:12-debian-12-r37
apiVersion: v2
-appVersion: 5.109.3
+appVersion: 5.109.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: 22.1.12
+version: 22.1.13
diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml
index 415b46ee89..2ffea5140c 100644
--- a/bitnami/ghost/values.yaml
+++ b/bitnami/ghost/values.yaml
@@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/ghost
- tag: 5.109.3-debian-12-r0
+ tag: 5.109.5-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -638,7 +638,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r36
+ tag: 12-debian-12-r37
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.