From 0e03e8f655f377ebf5e52c4749c15e2279a5c778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 19 Mar 2022 17:54:32 +0100 Subject: [PATCH] Updated mongoDb Update mariadb chart for MariaDB 10.7.3,10.6.7,10.5.15 #909 (#926) --- 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 fcc8fbb3..f8cb4682 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.18 +version: 0.3.13 -appVersion: "4.2.19" +appVersion: "4.4.13" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 1eff360b..f05cecd9 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -12,6 +12,7 @@ | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites | | 0.3.11 | 4.4.13 | Implemented support for extra containers | | 0.3.12 | 4.4.12 | Implemented support for extra containers | +| 0.3.13 | 4.4.13 | Upgraded to MongoDB 4.4.13 | | 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