diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index c54873bbe8f31026d40c1c72588e45d690ec799e..766116b13d2f0e8fc1a0fed15eed92bc1f7360bc 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.4.5"
+version: "0.2.26"
 
-appVersion: "15.3"
+appVersion: "13.12"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 713656ad9b193ca762a9d0388c5a246376c6bc0d..8001d3f7a3c4b86874874185ce1e0f62405c9677 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -12,6 +12,7 @@
 | 0.2.23 | 13.9 | Upgraded to Postgres 13.9 |
 | 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.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 |