diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 020b643789acaedcad274ca758c221fed233fb40..5c53bc60bd35416099f68fc5e1a1b112ea0a280f 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.2.5"
+version: "1.3.5"
 
-appVersion: "14.16"
+appVersion: "15.11"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index ae6fe0d36490b04c02f7ca8c3970023dfc7522e9..801ed53af772a15b1e447866513fb46295475703 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -67,6 +67,7 @@
 | 1.3.3 | 15.8 | Upgraded to Postgres 15.8 |
 | 1.3.2 | 15.7 | Upgraded to Postgres 15.7 |
 | 1.3.4 | 15.10 | Upgraded to Postgres 15.10 |
+| 1.3.5 | 15.11 | Upgraded to Postgres 15.11 |
 | 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 |