diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 6098ffc7f3bd5b3dc639fd9e70e317b7d44835a6..e2fc1b13906e0c38aeb1c2b45fa8929a510aaa91 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.22 +version: 0.3.18 -appVersion: "4.2.23" +appVersion: "4.4.17" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 4b875bd3914b44a102074c0d88eb9e1737c3c928..aee410fb49366718f45cdba58aa3ab931a40e65c 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -11,6 +11,7 @@ | 0.2.20 | 4.2.21 | Upgraded to MongoDB 4.2.21 | | 0.2.21 | 4.2.22 | Upgraded to MongoDB 4.2.22 | | 0.2.22 | 4.2.23 | Upgraded to MongoDB 4.2.23 | +| 0.2.22 | 4.2.23 | Upgraded to MongoDB 4.2.23 and implemented ReplicaSet deployment support | | 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 | @@ -21,6 +22,7 @@ | 0.3.15 | 4.4.15 | Upgraded to MongoDB 4.4.15 | | 0.3.16 | 4.4.16 | Upgraded to MongoDB 4.4.16 | | 0.3.17 | 4.4.17 | Upgraded to MongoDB 4.4.17 | +| 0.3.18 | 4.4.17 | Implemented ReplicaSet deployment support | | 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 |