diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index 1b722b0dcba753c8c657aa23f8174bb83ae47e12..131a989c2f0a6f764144fac80f5f50728f379cbc 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.4.21"
+version: "0.4.22"
 
-appVersion: "5.0.19"
+appVersion: "5.0.20"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index f423d73e0e7cbe7c2744b6300e7f3c07035516ba..9c9999a6cecf3b22d8034384b853b84bc3856f46 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -57,6 +57,7 @@
 | 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.4.21 | 5.0.19 | Upgraded to MongoDB 5.0.19 |
+| 0.4.22 | 5.0.20 | Upgraded to MongoDB 5.0.20 |
 | 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 |