From 2d524313ff22d75befbef21f490d6f1065140585 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 15 Aug 2023 19:35:01 +0200 Subject: [PATCH] Updated mongodb chart for MongoDB 4.4.23 --- 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 a53c7361..ba66784b 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.16" +version: "0.3.27" -appVersion: "6.0.8" +appVersion: "4.4.23" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 6fddde8d..186510dd 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -35,6 +35,7 @@ | 0.3.24 | 4.4.20 | Upgraded to MongoDB 4.4.20 | | 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.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