diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 9033d26dcc238258c4b6c0bfc8d390fa8fd269b2..06cca32c720014b5fe6920b84840767300706590 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.5.1"
+version: "1.1.5"
 
-appVersion: "17.2"
+appVersion: "13.19"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 5957ce69435188b26ecd16fc73b78eb3ddaf5fdc..e93f674a40a11661319b63943d08034cc6c7487b 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -54,6 +54,7 @@
 | 1.1.2 | 13.15 | Upgraded to Postgres 13.15 |
 | 1.1.3 | 13.16 | Upgraded to Postgres 13.16 |
 | 1.1.4 | 13.18 | Upgraded to Postgres 13.18 |
+| 1.1.5 | 13.19 | Upgraded to Postgres 13.19 |
 | 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 |