diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md
index 485b0843c8..003657f585 100644
--- a/bitnami/postgresql/CHANGELOG.md
+++ b/bitnami/postgresql/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 15.5.36 (2024-09-26)
+## 15.5.37 (2024-09-30)
-* [bitnami/postgresql] Release 15.5.36 ([#29640](https://github.com/bitnami/charts/pull/29640))
+* [bitnami/postgresql] Release 15.5.37 ([#29660](https://github.com/bitnami/charts/pull/29660))
+
+## 15.5.36 (2024-09-26)
+
+* [bitnami/postgresql] Release 15.5.36 (#29640) ([074e377](https://github.com/bitnami/charts/commit/074e377c582055f6b7039c63d7d37db5f97b770d)), closes [#29640](https://github.com/bitnami/charts/issues/29640)
## 15.5.35 (2024-09-26)
diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml
index dba5aa2c34..8b931f2c78 100644
--- a/bitnami/postgresql/Chart.yaml
+++ b/bitnami/postgresql/Chart.yaml
@@ -10,7 +10,7 @@ annotations:
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r43
- name: postgresql
- image: docker.io/bitnami/postgresql:16.4.0-debian-12-r12
+ image: docker.io/bitnami/postgresql:16.4.0-debian-12-r13
apiVersion: v2
appVersion: 16.4.0
dependencies:
@@ -35,4 +35,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
-version: 15.5.36
+version: 15.5.37
diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml
index 88abcc8d52..f79c967948 100644
--- a/bitnami/postgresql/values.yaml
+++ b/bitnami/postgresql/values.yaml
@@ -107,7 +107,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/postgresql
- tag: 16.4.0-debian-12-r12
+ tag: 16.4.0-debian-12-r13
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'