diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 2234124c442821ca6a18ac559970e55fcfd3c743..53056ebd44bda2f3fb84c42ca9b31deb7cc1a6f0 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.1.2"
+version: "1.2.2"
 
-appVersion: "13.15"
+appVersion: "14.12"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index bea9f1b2079c9db882d65cfc10296217019259d1..7dc8131b9b18684de5ce5d577e6ac2e68831983b 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -52,6 +52,7 @@
 | 1.1.2 | 13.15 | Upgraded to Postgres 13.15 |
 | 1.2.0 | 14.11 | Final version with configuration secret, extra config and extra volume support |
 | 1.2.1 | 14.11 | Fixed missing envFrom |
+| 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.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |