diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md
index 33477eb98c..485b0843c8 100644
--- a/bitnami/postgresql/CHANGELOG.md
+++ b/bitnami/postgresql/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 15.5.35 (2024-09-26)
+## 15.5.36 (2024-09-26)
-* [bitnami/postgresql] Release 15.5.35 ([#29610](https://github.com/bitnami/charts/pull/29610))
+* [bitnami/postgresql] Release 15.5.36 ([#29640](https://github.com/bitnami/charts/pull/29640))
+
+## 15.5.35 (2024-09-26)
+
+* [bitnami/postgresql] Release 15.5.35 (#29610) ([1f3717a](https://github.com/bitnami/charts/commit/1f3717afe128dea9ff69598952245930b1e7ced6)), closes [#29610](https://github.com/bitnami/charts/issues/29610)
## 15.5.34 (2024-09-23)
diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml
index 2336930c17..dba5aa2c34 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-r11
+ image: docker.io/bitnami/postgresql:16.4.0-debian-12-r12
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.35
+version: 15.5.36
diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml
index ad06b00b31..88abcc8d52 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-r11
+ tag: 16.4.0-debian-12-r12
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'