diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index 648279b0f113ce03d104b3d46a859cf1a26846c6..8e513b1185fe7f104bdec12cfd5e23f9b9b52fbc 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.3.26"
+version: "0.4.20"
 
-appVersion: "4.4.22"
+appVersion: "5.0.18"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 7c51ff4c27edd154466c855964473a73f570d107..49a3072c21f6b796643ef71746bd929aa360c956 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -54,6 +54,7 @@
 | 0.4.17 | 5.0.15 | Upgraded to MongoDB 5.0.15 |
 | 0.4.18 | 5.0.16 | Upgraded to MongoDB 5.0.16 |
 | 0.4.19 | 5.0.17 | Upgraded to MongoDB 5.0.17 |
+| 0.4.20 | 5.0.18 | Upgraded to MongoDB 5.0.18 |
 | 0.5.0 | 6.0.1 | Upgraded to MongoDB 6.0.1 |
 | 0.5.1 | 6.0.1 | Implemented support for custom inline init scripts |
 | 0.5.2 | 6.0.1 | Implemented support for image.registry option |