diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index cd23b12a6161be8dce6196375548c9cf29acb7ce..3bcd87fb1b0338323693909f900cbc9f02798990 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.22
+version: 0.4.16
 
-appVersion: "4.4.18"
+appVersion: "5.0.14"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 6b56f287ce95653be4f8df76a492c1e2c1a03130..689084ef1dae508c5b57a56057a495db44eff694 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -45,6 +45,7 @@
 | 0.4.13 | 5.0.13 | Fixed pod initialization bug when deployed without replicaset |
 | 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.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 |