From 03e1b833fbff7856db450f85cae6481a15f754d5 Mon Sep 17 00:00:00 2001 From: zanhsieh Date: Mon, 2 Dec 2019 14:51:16 +0800 Subject: [PATCH] [stable/prometheus] Add myself to OWNERS (#18737) Signed-off-by: Mingchin Hsieh --- stable/prometheus/Chart.yaml | 6 +++--- stable/prometheus/OWNERS | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index ba1b987252..ab90a9fb17 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prometheus -version: 9.3.1 +version: 9.3.2 appVersion: 2.13.1 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ @@ -12,9 +12,9 @@ sources: - https://github.com/prometheus/node_exporter - https://github.com/kubernetes/kube-state-metrics maintainers: - - name: mgoodness - email: mgoodness@gmail.com - name: gianrubio email: gianrubio@gmail.com + - name: zanhsieh + email: zanhsieh@gmail.com engine: gotpl tillerVersion: ">=2.8.0" diff --git a/stable/prometheus/OWNERS b/stable/prometheus/OWNERS index 0cfd95021c..8e4de5ee70 100644 --- a/stable/prometheus/OWNERS +++ b/stable/prometheus/OWNERS @@ -1,6 +1,6 @@ approvers: -- mgoodness - gianrubio +- zanhsieh reviewers: -- mgoodness - gianrubio +- zanhsieh