From 01468f1610a2e0e65ee020496407fd9696d6e1cf Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 28 Aug 2022 11:19:07 +0200 Subject: [PATCH] Updated mongodb chart for MongoDB 4.2.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 2220c0e0..8d0a2827 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.4.8 +version: 0.2.21 -appVersion: "5.0.10" +appVersion: "4.2.22" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 103cd4cd..58271d8a 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -9,6 +9,7 @@ | 0.2.18 | 4.2.19 | Upgraded to MongoDB 4.2.19 | | 0.2.19 | 4.2.20 | Upgraded to MongoDB 4.2.20 | | 0.2.20 | 4.2.21 | Upgraded to MongoDB 4.2.21 | +| 0.2.21 | 4.2.22 | Upgraded to MongoDB 4.2.22 | | 0.3.8 | 4.4.11 | Implemented startupProbe support | | 0.3.9 | 4.4.12 | Upgraded to MongoDB 4.4.12 | | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites | -- GitLab