From 42a2d536c97b69e20445310e68bc55a54f27ce96 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Thu, 28 Sep 2023 12:14:41 +0200
Subject: [PATCH] Updated mongodb chart for MongoDB 5.0.21

---
 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 1ae14ed3..42b2be9e 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.3.28"
+version: "0.4.23"
 
-appVersion: "4.4.24"
+appVersion: "5.0.21"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 02a743ed..f8c6e994 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -59,6 +59,7 @@
 | 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.4.23 | 5.0.21 | Upgraded to MongoDB 5.0.21 |
 | 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