diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 7cb20a56e932b2241f228690dc018bb7518c337e..9a03694d54597b5e531c99a8058bd0fee8d67c6d 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.19
+version: 0.2.20
 
-appVersion: "13.6"
+appVersion: "13.7"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 4f49e5ba025a811b05c6ecb675112ff561f21cb2..169909a8fd42f1bfcecea5870136302bf169fdbe 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.2](https://img.shields.io/badge/AppVersion-14.2-informational?style=flat-square)
+![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.7](https://img.shields.io/badge/AppVersion-13.7-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 4daa858067613d6fcc206690ba843833e7e8ba0c..df99c3c564de4a87e2400b270c81b9e567d42336 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -6,6 +6,7 @@
 | 0.2.17 | 13.5 | Implemented support for extra secrets and advanced configuration capabilites |
 | 0.2.18 | 13.5 | Implemented support for extra containers |
 | 0.2.19 | 13.6 | Upgraded to Postgres 13.6 |
+| 0.2.20 | 13.7 | Upgraded to Postgres 13.7 |
 | 0.3.4 | 14.1 | Fixes bug with wrong mounted customConfig #811 |
 | 0.3.5 | 14.1 | Updated readme and release notes |
 | 0.3.6 | 14.1 | Implemented support for extra secrets and advanced configuration capabilites |