diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index ecac8f8bb68dc5b3f8bdd8178471b8c7e3cdfe10..2e0fde45eab649765af653b2cedcf831ae1e61d5 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.1
+version: 0.2.24
 
-appVersion: "15.1"
+appVersion: "13.10"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 95102f8c207cfffec01fc2919b4b7994d0c054be..2df2721a9b6b33b614179951e429397c44015995 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -10,6 +10,7 @@
 | 0.2.21 | 13.8 | Upgraded to Postgres 13.8 |
 | 0.2.22 | 13.8 | Implemented support for custom inline init scripts and image.registry option |
 | 0.2.23 | 13.9 | Upgraded to Postgres 13.9 |
+| 0.2.24 | 13.10 | Upgraded to Postgres 13.10 |
 | 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 |