diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index d46c7ca4dcce9f2a2b2faaa925908fbb4a5d9a95..f975fecbcd67ef5b816b551ac1d8f6a32a9866f5 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.5.10
+version: "0.2.26"
 
-appVersion: "6.0.4"
+appVersion: "4.2.24"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 2ca3ed6503677d138646132ac623aff40a62088a..e64905db01b3a052dd1d2e1bc05c27a60fc62e8b 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -15,6 +15,7 @@
 | 0.2.23 | 4.2.23 | Fixed pod initialization bug when deployed without replicaset |
 | 0.2.24 | 4.2.23 | Implemented support for more independent configuration of arbiters and hidden secondaries |
 | 0.2.25 | 4.2.23 | Fixed bug: Copy of custom scripts failed - thx @huber-and |
+| 0.2.26 | 4.2.24 | Upgraded to MongoDB 4.2.24 |
 | 0.3.8 | 4.4.11 | Implemented startupProbe support |
 | 0.3.9 | 4.4.12 | Upgraded to MongoDB 4.4.12 |
 | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites |