From cc97031c38ce3431fb4c9621de29fa4ebcfec63f Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 19 Oct 2022 21:17:56 +0200
Subject: [PATCH] Implemented replicaset support for MongoDB 5

---
 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 e2fc1b13..7f3838d1 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.18
+version: 0.4.12
 
-appVersion: "4.4.17"
+appVersion: "5.0.13"
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index aee410fb..03af3dad 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -34,6 +34,7 @@
 | 0.4.9 | 5.0.11 | Upgraded to MongoDB 5.0.11 |
 | 0.4.10 | 5.0.12 | Upgraded to MongoDB 5.0.12 |
 | 0.4.11 | 5.0.13 | Upgraded to MongoDB 5.0.13 |
+| 0.4.12 | 5.0.13 | Implemented ReplicaSet deployment support |
 | 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