From 1f7fdb0fde03849cba56a0aa12a29c46651d78a8 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, 17 Apr 2022 14:09:07 +0200 Subject: [PATCH] Update mongodb chart for MongoDB 5.0.7 (#954) --- 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 f8cb4682..957fa3f9 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.13 +version: 0.4.5 -appVersion: "4.4.13" +appVersion: "5.0.7" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index 384c441d..7ee6b2c7 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 f05cecd9..e4ec688c 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -17,4 +17,5 @@ | 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 | | 0.4.4 | 5.0.6 | Implemented support for extra containers | +| 0.4.5 | 5.0.7 | Upgraded to MongoDB 5.0.7 | | | | | -- GitLab