From f151b841407acb24c798da43b1e5215c3114fac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Sun, 15 Oct 2023 10:56:30 +0200 Subject: [PATCH] Updated mongodb chart for MongoDB 4.4.25 --- 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 c53dabd2..a54cdeb3 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.18" +version: "0.3.29" -appVersion: "6.0.10" +appVersion: "4.4.25" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index dfbe83b7..baac3c1a 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -37,6 +37,7 @@ | 0.3.26 | 4.4.22 | Upgraded to MongoDB 4.4.22 | | 0.3.27 | 4.4.23 | Upgraded to MongoDB 4.4.23 | | 0.3.28 | 4.4.24 | Upgraded to MongoDB 4.4.24 | +| 0.3.29 | 4.4.25 | Upgraded to MongoDB 4.4.25 | | 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