From ed8c353ea15e86291f1ac72e7fa9fcfeb64b26bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 19 Jul 2022 18:30:32 +0200
Subject: [PATCH] Update mongodb chart for MongoDB 4.2.21 (#1110)

---
 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 6e9859f2..c63e1e58 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.7
+version: 0.2.20
 
-appVersion: "5.0.9"
+appVersion: "4.2.21"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index b3317afd..2966c7a2 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -8,6 +8,7 @@
 | 0.2.17 | 4.2.18 | Implemented support for extra containers |
 | 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.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