From b8edc26bd1c1b5591f9b8f554e22a237e245c275 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Fri, 9 Jun 2023 15:00:42 +0200
Subject: [PATCH] Updated mongodb chart for MongoDB 5.0.18

---
 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 648279b0..8e513b11 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.3.26"
+version: "0.4.20"
 
-appVersion: "4.4.22"
+appVersion: "5.0.18"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 7c51ff4c..49a3072c 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -54,6 +54,7 @@
 | 0.4.17 | 5.0.15 | Upgraded to MongoDB 5.0.15 |
 | 0.4.18 | 5.0.16 | Upgraded to MongoDB 5.0.16 |
 | 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.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