From 85a871375a3108f5bd80adebdbd2fe43c8a9af7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 10 Apr 2018 23:29:48 +0200 Subject: [PATCH] Add carrodher as owner (#4860) --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/OWNERS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index a04ca35709..6185d03342 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 3.0.0 +version: 3.0.1 appVersion: 10.1.32 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. keywords: diff --git a/stable/mariadb/OWNERS b/stable/mariadb/OWNERS index 0d4d6f1291..4bf8a5c422 100644 --- a/stable/mariadb/OWNERS +++ b/stable/mariadb/OWNERS @@ -2,7 +2,9 @@ approvers: - prydonius - tompizmor - sameersbn +- carrodher reviewers: - prydonius - tompizmor - sameersbn +- carrodher