From 60c2133836b540ea6c33bcda06abe2fdc66beda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 19 Jul 2022 18:33:05 +0200 Subject: [PATCH] Update mongodb chart fro MongoDB 4.4.15 (#1111) --- 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 c63e1e58..df83f6ab 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.20 +version: 0.3.15 -appVersion: "4.2.21" +appVersion: "4.4.15" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 2966c7a2..91220912 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -16,6 +16,7 @@ | 0.3.12 | 4.4.12 | Implemented support for extra containers | | 0.3.13 | 4.4.13 | Upgraded to MongoDB 4.4.13 | | 0.3.14 | 4.4.14 | Upgraded to MongoDB 4.4.14 | +| 0.3.15 | 4.4.15 | Upgraded to MongoDB 4.4.15 | | 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