From b4ac345f9360b9e23065097ddb6484709223ad51 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Tue, 22 Aug 2023 17:42:43 +0200
Subject: [PATCH] Updated mongodb chart for MongoDB 5.0.20

---
 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 1b722b0d..131a989c 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.4.21"
+version: "0.4.22"
 
-appVersion: "5.0.19"
+appVersion: "5.0.20"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index f423d73e..9c9999a6 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -57,6 +57,7 @@
 | 0.4.19 | 5.0.17 | Upgraded to MongoDB 5.0.17 |
 | 0.4.20 | 5.0.18 | Upgraded to MongoDB 5.0.18 |
 | 0.4.21 | 5.0.19 | Upgraded to MongoDB 5.0.19 |
+| 0.4.22 | 5.0.20 | Upgraded to MongoDB 5.0.20 |
 | 0.5.0 | 6.0.1 | Upgraded to MongoDB 6.0.1 |
 | 0.5.1 | 6.0.1 | Implemented support for custom inline init scripts |
 | 0.5.2 | 6.0.1 | Implemented support for image.registry option |
-- 
GitLab