From e9f733a1b59a028e686b6bdb277ed84e1bb937e9 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 9 Jun 2023 14:59:17 +0200 Subject: [PATCH] Updated mongodb chart for MongoDB 4.4.22 --- 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 ff92400d..648279b0 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.4.19" +version: "0.3.26" -appVersion: "5.0.17" +appVersion: "4.4.22" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index ef53403b..7c51ff4c 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -34,6 +34,7 @@ | 0.3.23 | 4.4.19 | Upgraded to MongoDB 4.4.19 | | 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.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