diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index ba66784bd7376b3e3eb804ef9734be88baad1092..1b722b0dcba753c8c657aa23f8174bb83ae47e12 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.3.27" +version: "0.4.21" -appVersion: "4.4.23" +appVersion: "5.0.19" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 186510dd64fea8266f75d126fffff46f9890343e..f423d73e0e7cbe7c2744b6300e7f3c07035516ba 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -56,6 +56,7 @@ | 0.4.18 | 5.0.16 | Upgraded to MongoDB 5.0.16 | | 0.4.19 | 5.0.17 | Upgraded to MongoDB 5.0.17 | | 0.4.20 | 5.0.18 | Upgraded to MongoDB 5.0.18 | +| 0.4.21 | 5.0.19 | Upgraded to MongoDB 5.0.19 | | 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 |