diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index 7e766188d8e0bae3e78584f60dda2fe37e82a34a..be1a485b87a0254bbbfc760d8dcc7a565b05604e 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.17
+version: 0.3.1
 
-appVersion: "10.5.13"
+appVersion: "10.6.5"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 62fe8a327b66f488219e000b7d4da95ec2297ab0..117edf6219979bfba4049fc4c88d3c035f5365e8 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.13](https://img.shields.io/badge/AppVersion-10.5.13-informational?style=flat-square)
+![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.6.5](https://img.shields.io/badge/AppVersion-10.6.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index d22c07fe981c77f277b22d7f63cfc88a54d61511..eda35e940c9a992b1566187072a9f324762e7768 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -3,4 +3,5 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.2.17 | 10.5.13 | Implemented startupProbe support |
+| 0.3.1 | 10.6.5 | Implemented startupProbe support |
 | | | |
diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index b658bc36d7289ebfc169bf90ff5cd353f8dcad0d..2539ac52886db4e57277fccd69d01aa2866aec10 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.14
+version: 0.3.8
 
-appVersion: "4.2.14"
+appVersion: "4.4.11"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index f98a51183fd6e87913f829737d118cbfb810e795..7c15b0d0c26cffce82c58bf1cc8a2ac627ae5ca9 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.2.14](https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.14](https://img.shields.io/badge/AppVersion-4.2.14-informational?style=flat-square)
+![Version: 0.3.84](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: 4.4.11](https://img.shields.io/badge/AppVersion-4.4.11-informational?style=flat-square)
 
 ## Changelog
 
@@ -40,7 +40,7 @@ helm install my-release groundhog2k/mongodb
 To uninstall/delete the `my-release` deployment:
 
 ```bash
-$ helm uninstall my-release
+helm uninstall my-release
 ```
 
 ## Common parameters
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 9ef3aec77a9f78356c2ea407c18bf7a8632dfeaf..4be018082fa77d8c901adef77a301387cc845d9c 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -3,4 +3,5 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.2.14 | 4.2.14 | Implemented startupProbe support |
+| 0.3.8 | 4.4.11 | Implemented startupProbe support |
 | | | |