From 7864fb508b8c9175440f3adddc5e70293add74b2 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 8 Sep 2023 14:42:50 +0200 Subject: [PATCH] Updated mongo chart for MongoDB 4.4.24 --- 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 c35a34e5..1ae14ed3 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.17" +version: "0.3.28" -appVersion: "6.0.9" +appVersion: "4.4.24" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index d0152213..02a743ed 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -36,6 +36,7 @@ | 0.3.25 | 4.4.21 | Upgraded to MongoDB 4.4.21 | | 0.3.26 | 4.4.22 | Upgraded to MongoDB 4.4.22 | | 0.3.27 | 4.4.23 | Upgraded to MongoDB 4.4.23 | +| 0.3.28 | 4.4.24 | Upgraded to MongoDB 4.4.24 | | 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 | -- GitLab