From 29af6b6b5dec761c48b6d3e9ce7e5f4a02218275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 21 May 2022 09:59:30 +0200 Subject: [PATCH] Update mongodb chart for MongoDB 4.2.20 (#1009) --- 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 c8c5f896..38708630 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.4.6 +version: 0.2.19 -appVersion: "5.0.8" +appVersion: "4.2.20" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 082960e5..bee64174 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -7,6 +7,7 @@ | 0.2.16 | 4.2.18 | Implemented support for extra secrets and advanced configuration capabilites | | 0.2.17 | 4.2.18 | Implemented support for extra containers | | 0.2.18 | 4.2.19 | Upgraded to MongoDB 4.2.19 | +| 0.2.19 | 4.2.20 | Upgraded to MongoDB 4.2.20 | | 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