diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 53056ebd44bda2f3fb84c42ca9b31deb7cc1a6f0..7be5946fdf08dcc7a02f51e9b42dab0dc66a424c 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.2.2"
+version: "1.3.2"
 
-appVersion: "14.12"
+appVersion: "15.7"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 7dc8131b9b18684de5ce5d577e6ac2e68831983b..268062c18accfb70d10ed7288673a94e60d1ca25 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -55,6 +55,7 @@
 | 1.2.2 | 14.12 | Upgraded to Postgres 14.12 |
 | 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 |
 | 1.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |
 | 1.4.1 | 16.2 | Fixed missing envFrom |
 | 1.4.2 | 16.2 | Updated README |