From 7b7827d108307734ebd04461d0cb5d8a41f25c97 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 26 Feb 2023 11:16:11 +0100 Subject: [PATCH] Updated mongodb chart for MongoDB 4.2.24 --- 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 d46c7ca4..f975fecb 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.5.10 +version: "0.2.26" -appVersion: "6.0.4" +appVersion: "4.2.24" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 2ca3ed65..e64905db 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -15,6 +15,7 @@ | 0.2.23 | 4.2.23 | Fixed pod initialization bug when deployed without replicaset | | 0.2.24 | 4.2.23 | Implemented support for more independent configuration of arbiters and hidden secondaries | | 0.2.25 | 4.2.23 | Fixed bug: Copy of custom scripts failed - thx @huber-and | +| 0.2.26 | 4.2.24 | Upgraded to MongoDB 4.2.24 | | 0.3.8 | 4.4.11 | Implemented startupProbe support | | 0.3.9 | 4.4.12 | Upgraded to MongoDB 4.4.12 | | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites | -- GitLab