From bbbcc6288482fb016d4cb08738dcf9dbd5f535da Mon Sep 17 00:00:00 2001 From: Giancarlo Rubio Date: Fri, 4 May 2018 18:50:51 +0200 Subject: [PATCH] add myself as owner of prometheus chart (#5195) * add myself as an owner of prometheus chart * Update Chart.yaml --- stable/prometheus/Chart.yaml | 4 +++- stable/prometheus/OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index 9d8d088980..65fa2d42fa 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 6.3.0 +version: 6.3.1 appVersion: 2.2.1 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ @@ -13,4 +13,6 @@ sources: maintainers: - name: mgoodness email: mgoodness@gmail.com + - name: gianrubio + email: gianrubio@gmail.com engine: gotpl diff --git a/stable/prometheus/OWNERS b/stable/prometheus/OWNERS index 7b09fcfbb2..0cfd95021c 100644 --- a/stable/prometheus/OWNERS +++ b/stable/prometheus/OWNERS @@ -1,4 +1,6 @@ approvers: - mgoodness +- gianrubio reviewers: - mgoodness +- gianrubio