From 83bbc675696e616a35253423411230f48a4476be 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, 7 Aug 2022 13:24:42 +0200 Subject: [PATCH] Update mongodb chart for MongoDB 5.0.10 (#1131) --- charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/README.md | 2 +- charts/mongodb/RELEASENOTES.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index df83f6ab..2220c0e0 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.15 +version: 0.4.8 -appVersion: "4.4.15" +appVersion: "5.0.10" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index db539274..46833f03 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 91220912..103cd4cd 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -24,5 +24,5 @@ | 0.4.5 | 5.0.7 | Upgraded to MongoDB 5.0.7 | | 0.4.6 | 5.0.8 | Upgraded to MongoDB 5.0.8 | | 0.4.7 | 5.0.9 | Upgraded to MongoDB 5.0.9 | +| 0.4.8 | 5.0.10 | Upgraded to MongoDB 5.0.10 | | | | | - -- GitLab