From 22b268e437368ba3247f64df4baccaeccf24aee3 Mon Sep 17 00:00:00 2001 From: Casey Kuhlman Date: Tue, 4 Dec 2018 18:06:02 +0000 Subject: [PATCH] [stable/kibana] add Monotek to Owners; Chart -> 1.0 (#9360) Signed-off-by: Casey Kuhlman --- stable/kibana/Chart.yaml | 2 +- stable/kibana/OWNERS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/kibana/Chart.yaml b/stable/kibana/Chart.yaml index 6cc1dc5e1d..c249b062f4 100644 --- a/stable/kibana/Chart.yaml +++ b/stable/kibana/Chart.yaml @@ -1,5 +1,5 @@ name: kibana -version: 0.20.0 +version: 1.0.0 appVersion: 6.5.0 description: Kibana is an open source data visualization plugin for Elasticsearch icon: https://raw.githubusercontent.com/elastic/kibana/master/src/ui/public/icons/kibana-color.svg diff --git a/stable/kibana/OWNERS b/stable/kibana/OWNERS index 0191a8e163..71578f02b2 100644 --- a/stable/kibana/OWNERS +++ b/stable/kibana/OWNERS @@ -1,4 +1,6 @@ approvers: - compleatang +- monotek reviewers: - compleatang +- monotek