diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index 7022725b95b848a5a133e0af3b19b66568eda290..eb0a092b345553a2c45720581764cc3fef28771b 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.3.11"
+version: "0.2.26"
 
-appVersion: "10.6.12"
+appVersion: "10.5.20"
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index 4bbe24fea3e7c0a23f571a04d2731c2344f9f2d1..6071d95b758fe2373d351c513c1a559082ab453c 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -11,6 +11,7 @@
 | 0.2.23 | 10.5.17 | Implemented support for custom inline init scripts and image.registry option |
 | 0.2.24 | 10.5.18 | Upgraded MariaDB to 10.5.18 |
 | 0.2.25 | 10.5.19 | Upgraded MariaDB to 10.5.19 |
+| 0.2.26 | 10.5.20 | Upgraded MariaDB to 10.5.20 |
 | 0.3.1 | 10.6.5 | Implemented startupProbe support |
 | 0.3.2 | 10.6.5 | Implemented support for extra secrets and advanced configuration capabilites |
 | 0.3.3 | 10.6.5 | Implemented support for extra containers |
diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index cb45c60513ab360bc7caa9d919a8d2706402c30f..66d2c4bc6059cede15f2b59f714f992695f774b3 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.4.4"
+version: "0.2.25"
 
-appVersion: "15.2"
+appVersion: "13.11"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 2b070fd0a076d728b26dad6a41fc9bd96ad56562..c008e8dabdc3232cc35a15b1a6733d4f1fe39af3 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -11,6 +11,7 @@
 | 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.2.25 | 13.11 | Upgraded to Postgres 13.11 |
 | 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 |