From 230ce4f8a511bd544ea6cfceb9e7ab67beb8ad77 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 21 May 2021 19:27:30 +0200
Subject: [PATCH] Update mongodb, mariadb and graylog chart to latest
 compatible application version (#436)

---
 charts/graylog/Chart.yaml | 4 ++--
 charts/graylog/README.md  | 2 +-
 charts/mariadb/Chart.yaml | 4 ++--
 charts/mariadb/README.md  | 2 +-
 charts/mongodb/Chart.yaml | 4 ++--
 charts/mongodb/README.md  | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml
index c3105d48..73e7e7fb 100644
--- a/charts/graylog/Chart.yaml
+++ b/charts/graylog/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.1.19
+version: 0.1.20
 
-appVersion: "4.0.6"
+appVersion: "4.0.7"
 
 dependencies:
   - name: mongodb
diff --git a/charts/graylog/README.md b/charts/graylog/README.md
index 54761ae5..3fdb594b 100644
--- a/charts/graylog/README.md
+++ b/charts/graylog/README.md
@@ -1,6 +1,6 @@
 # Graylog
 
-![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.6](https://img.shields.io/badge/AppVersion-4.0.6-informational?style=flat-square)
+![Version: 0.1.20](https://img.shields.io/badge/Version-0.1.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.7](https://img.shields.io/badge/AppVersion-4.0.7-informational?style=flat-square)
 
 A Helm chart for Graylog on Kubernetes
 
diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index f8a3bb15..97653646 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.11
+version: 0.2.12
 
-appVersion: "10.5.9"
+appVersion: "10.5.10"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 18f1d187..6b0730ab 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.9](https://img.shields.io/badge/AppVersion-10.5.9-informational?style=flat-square)
+![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.10](https://img.shields.io/badge/AppVersion-10.5.10-informational?style=flat-square)
 
 A Helm chart for MariaDB on Kubernetes
 
diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index 73395f78..f0ee7540 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.12
+version: 0.2.13
 
-appVersion: "4.2.13"
+appVersion: "4.2.14"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 3d09b961..a8b939c6 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.13](https://img.shields.io/badge/AppVersion-4.2.13-informational?style=flat-square)
+![Version: 0.2.13](https://img.shields.io/badge/Version-0.2.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.14](https://img.shields.io/badge/AppVersion-4.2.14-informational?style=flat-square)
 
 A Helm chart for MongoDB on Kubernetes
 
-- 
GitLab