From d2f4aa2909ae39eb7f5ea814cc41995653057d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sun, 6 Feb 2022 11:30:07 +0100 Subject: [PATCH] Updated chart for MongoDB 5.0.6 (#850) --- charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/README.md | 2 +- charts/mongodb/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 491e8d3f..0734b406 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.9 +version: 0.4.2 -appVersion: "4.4.12" +appVersion: "5.0.6" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index d1b98d1e..2cd6428a 100644 --- a/charts/mongodb/README.md +++ b/charts/mongodb/README.md @@ -1,6 +1,6 @@ # MongoDB -   +   ## Changelog diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index fef81cb1..5f482b02 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -7,4 +7,5 @@ | 0.3.8 | 4.4.11 | Implemented startupProbe support | | 0.3.9 | 4.4.12 | Upgraded to MongoDB 4.4.12 | | 0.4.1 | 5.0.5 | Implemented startupProbe support | +| 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 | | | | | -- GitLab