From 007ce38b9e4695984f5e89fa6d184d3cf1bdd567 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:25:05 +0100 Subject: [PATCH] Updated chart for MongoDB 4.4.12 (#849) --- charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/README.md | 2 +- charts/mongodb/RELEASENOTES.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index a0fe28c3..491e8d3f 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.15 +version: 0.3.9 -appVersion: "4.2.18" +appVersion: "4.4.12" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index 0565f5a1..d1b98d1e 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 24241e84..fef81cb1 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -3,7 +3,8 @@ | Chart version | App version | Change description | | :------------ | :---------- | :----------------- | | 0.2.14 | 4.2.14 | Implemented startupProbe support | -| 0.2.15 | 4.2.18 | Upgraded to MongoDB 4.2.18 +| 0.2.15 | 4.2.18 | Upgraded to MongoDB 4.2.18 | | 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 | | | | | -- GitLab