From 4495f5fa7ff139a4b2e9e7725570ce36fbd7a6f7 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 20 Jul 2021 18:07:58 +0200
Subject: [PATCH] Update mariadb chart for MariaDB 10.5.11 (#513)

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

diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index 97653646..23466a0f 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.12
+version: 0.2.13
 
-appVersion: "10.5.10"
+appVersion: "10.5.11"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 6b0730ab..c0e6a156 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![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)
+![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: 10.5.11](https://img.shields.io/badge/AppVersion-10.5.11-informational?style=flat-square)
 
 A Helm chart for MariaDB on Kubernetes
 
-- 
GitLab