diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 1ae14ed38d0511a5134c2c9e5caaf9368baf772e..42b2be9ec9b7cdf0cfe3f254e395d0832135dbba 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.3.28" +version: "0.4.23" -appVersion: "4.4.24" +appVersion: "5.0.21" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 02a743ed805913886a44433bc7046233559e3c32..f8c6e99494a832a8e4edd353a2635f60a3985bc6 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -59,6 +59,7 @@ | 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.4.22 | 5.0.20 | Upgraded to MongoDB 5.0.20 | +| 0.4.23 | 5.0.21 | Upgraded to MongoDB 5.0.21 | | 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 |