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