diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index f975fecbcd67ef5b816b551ac1d8f6a32a9866f5..adf9654e489c85c255cf416852eeece9e548495a 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.2.26"
+version: "0.3.23"
 
-appVersion: "4.2.24"
+appVersion: "4.4.19"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index e64905db01b3a052dd1d2e1bc05c27a60fc62e8b..1a6f75bdd57dcc9e2074ae4971495b8f6dd5eff2 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -31,6 +31,7 @@
 | 0.3.20 | 4.4.17 | Implemented support for more independent configuration of arbiters and hidden secondaries |
 | 0.3.21 | 4.4.18 | Upgraded to MongoDB 4.4.18 |
 | 0.3.22 | 4.4.18 | Fixed bug: Copy of custom scripts failed - thx @huber-and |
+| 0.3.23 | 4.4.19 | Upgraded to MongoDB 4.4.19 |
 | 0.4.1 | 5.0.5 | Implemented startupProbe support |
 | 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 |
 | 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites |