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