diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md
index 7b956ae0a6..c7db021b8a 100644
--- a/bitnami/postgresql/CHANGELOG.md
+++ b/bitnami/postgresql/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
-## 16.7.14 (2025-06-26)
+## 16.7.16 (2025-07-09)
-* [bitnami/postgresql] Update dependencies ([#34650](https://github.com/bitnami/charts/pull/34650))
+* [bitnami/postgresql] :zap: :arrow_up: Update dependency references ([#34943](https://github.com/bitnami/charts/pull/34943))
+
+## 16.7.15 (2025-07-01)
+
+* [bitnami/postgresql] :zap: :arrow_up: Update dependency references (#34741) ([d71b40e](https://github.com/bitnami/charts/commit/d71b40e05b95ab88db99478d3c2ee04e131b63bd)), closes [#34741](https://github.com/bitnami/charts/issues/34741)
+
+## 16.7.14 (2025-06-26)
+
+* [bitnami/postgresql] Update dependencies (#34650) ([25dc474](https://github.com/bitnami/charts/commit/25dc47460564f2c15aadd286037a32710665fce0)), closes [#34650](https://github.com/bitnami/charts/issues/34650)
## 16.7.13 (2025-06-19)
diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml
index 9bd3a62480..a387621495 100644
--- a/bitnami/postgresql/Chart.yaml
+++ b/bitnami/postgresql/Chart.yaml
@@ -7,7 +7,7 @@ annotations:
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47
- name: postgres-exporter
- image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r11
+ image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r12
- name: postgresql
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r16
licenses: Apache-2.0
@@ -38,4 +38,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
-version: 16.7.15
+version: 16.7.16
diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml
index 781dcb6463..d6a7d15912 100644
--- a/bitnami/postgresql/values.yaml
+++ b/bitnami/postgresql/values.yaml
@@ -1708,7 +1708,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/postgres-exporter
- tag: 0.17.1-debian-12-r11
+ tag: 0.17.1-debian-12-r12
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.