diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 6106171e55b28d44a4e678e3414e75aa0f0a86f5..a55db5ce65ef5582f3db7455fa3f1469d3955df4 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.5.0"
+version: "0.2.27"
 
-appVersion: "16.0"
+appVersion: "13.13"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index d4d129f46504e3bec81e51723ed1fb5375634236..84bb7b3c23c6bcfe833bb5025a586e0d3a449571 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -13,6 +13,7 @@
 | 0.2.24 | 13.10 | Upgraded to Postgres 13.10 |
 | 0.2.25 | 13.11 | Upgraded to Postgres 13.11 |
 | 0.2.26 | 13.12 | Upgraded to Postgres 13.12 |
+| 0.2.27 | 13.13 | Upgraded to Postgres 13.13 |
 | 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 |