From 29e2b8d73e8e67ad2c754331cb8d12394efba1d3 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 26 Feb 2023 11:19:10 +0100 Subject: [PATCH] Updated mongodb chart for MongoDB 5.0.15 --- charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index adf9654e..42efe952 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.3.23" +version: "0.4.17" -appVersion: "4.4.19" +appVersion: "5.0.15" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 1a6f75bd..dd26f870 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -48,6 +48,7 @@ | 0.4.14 | 5.0.13 | Implemented support for more independent configuration of arbiters and hidden secondaries | | 0.4.15 | 5.0.14 | Upgraded to MongoDB 5.0.14 | | 0.4.16 | 5.0.14 | Fixed bug: Copy of custom scripts failed - thx @huber-and | +| 0.4.17 | 5.0.15 | Upgraded to MongoDB 5.0.15 | | 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 | -- GitLab