From 80d1ed0d9a610f136a9c00c64ce3677ff96c7f5d Mon Sep 17 00:00:00 2001 From: zanhsieh Date: Wed, 9 Sep 2020 15:28:51 +0800 Subject: [PATCH] [prometheus-postgres-exporter] Add zanhsieh as maintainer (#71) Signed-off-by: zanhsieh --- .github/CODEOWNERS | 2 +- charts/prometheus-postgres-exporter/Chart.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c6348fb3dff1..c7030e619f83 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,7 +17,7 @@ /charts/prometheus-nats-exporter @okgolove @caarlos0 /charts/prometheus-node-exporter @gianrubio @vsliouniaev /charts/prometheus-operator @vsliouniaev @bismarck @gianrubio -/charts/prometheus-postgres-exporter @gianrubio +/charts/prometheus-postgres-exporter @gianrubio @zanhsieh /charts/prometheus-pushgateway @gianrubio @cstaud /charts/prometheus-rabbitmq-exporter @juanchimienti /charts/prometheus-redis-exporter @acondrat @zanhsieh diff --git a/charts/prometheus-postgres-exporter/Chart.yaml b/charts/prometheus-postgres-exporter/Chart.yaml index 96115481859e..a8666dfca6af 100644 --- a/charts/prometheus-postgres-exporter/Chart.yaml +++ b/charts/prometheus-postgres-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.8.0" description: A Helm chart for prometheus postgres-exporter name: prometheus-postgres-exporter -version: 1.3.1 +version: 1.3.2 home: https://github.com/wrouesnel/postgres_exporter sources: - https://github.com/wrouesnel/postgres_exporter @@ -13,3 +13,5 @@ keywords: maintainers: - email: gianrubio@gmail.com name: gianrubio +- email: zanhsieh@gmail.com + name: zanhsieh