diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index adf9654e489c85c255cf416852eeece9e548495a..42efe9525c1143a48da60cd874df55de6926bf42 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.3.23"
+version: "0.4.17"
 
-appVersion: "4.4.19"
+appVersion: "5.0.15"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 1a6f75bdd57dcc9e2074ae4971495b8f6dd5eff2..dd26f870fef067b27d951b4487df4148c3b2ba13 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -48,6 +48,7 @@
 | 0.4.14 | 5.0.13 | Implemented support for more independent configuration of arbiters and hidden secondaries |
 | 0.4.15 | 5.0.14 | Upgraded to MongoDB 5.0.14 |
 | 0.4.16 | 5.0.14 | Fixed bug: Copy of custom scripts failed - thx @huber-and |
+| 0.4.17 | 5.0.15 | Upgraded to MongoDB 5.0.15 |
 | 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 |