diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 06cca32c720014b5fe6920b84840767300706590..020b643789acaedcad274ca758c221fed233fb40 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.1.5"
+version: "1.2.5"
 
-appVersion: "13.19"
+appVersion: "14.16"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index e93f674a40a11661319b63943d08034cc6c7487b..ae6fe0d36490b04c02f7ca8c3970023dfc7522e9 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -60,6 +60,7 @@
 | 1.2.2 | 14.12 | Upgraded to Postgres 14.12 |
 | 1.2.3 | 14.13 | Upgraded to Postgres 14.13 |
 | 1.2.4 | 14.15 | Upgraded to Postgres 14.15 |
+| 1.2.5 | 14.16 | Upgraded to Postgres 14.16 |
 | 1.3.0 | 15.6 | Final version with configuration secret, extra config and extra volume support |
 | 1.3.1 | 15.6 | Fixed missing envFrom |
 | 1.3.2 | 15.7 | Upgraded to Postgres 15.7 |