From 30cbfd8c6e581771bd7952bce8a38010f6fcb29a Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sun, 26 Feb 2023 11:17:39 +0100
Subject: [PATCH] Updated mongodb chart for MongoDB 4.4.19

---
 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 f975fecb..adf9654e 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.2.26"
+version: "0.3.23"
 
-appVersion: "4.2.24"
+appVersion: "4.4.19"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index e64905db..1a6f75bd 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -31,6 +31,7 @@
 | 0.3.20 | 4.4.17 | Implemented support for more independent configuration of arbiters and hidden secondaries |
 | 0.3.21 | 4.4.18 | Upgraded to MongoDB 4.4.18 |
 | 0.3.22 | 4.4.18 | Fixed bug: Copy of custom scripts failed - thx @huber-and |
+| 0.3.23 | 4.4.19 | Upgraded to MongoDB 4.4.19 |
 | 0.4.1 | 5.0.5 | Implemented startupProbe support |
 | 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 |
 | 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites |
-- 
GitLab