diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 1286ceae19ffc455a3cc78d6785762e434a8d214..cd23b12a6161be8dce6196375548c9cf29acb7ce 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.25 +version: 0.3.22 -appVersion: "4.2.23" +appVersion: "4.4.18" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 7e97e818cc9f3662bec72dfcc4e04e0441b794ae..6b56f287ce95653be4f8df76a492c1e2c1a03130 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -29,6 +29,7 @@ | 0.3.19 | 4.4.17 | Fixed pod initialization bug when deployed without replicaset | | 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.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 |