From c2d95a1dfb61b4f8fdcd5bcd4fdc39d8ecca579b Mon Sep 17 00:00:00 2001 From: Christian Staude Date: Thu, 7 Nov 2019 16:47:14 +0100 Subject: [PATCH] [stable/prometheus-pushgateway] Follow the Call for maintainers (#18662) * Follow the Call for maintainers As this Chart is bad/not maintained and also buggy I would like to take ownership for this Chart as my team relies on this Chart. Signed-off-by: cstaud * Bump version Signed-off-by: cstaud * Add newline Signed-off-by: cstaud * Add OWNERS to .helmignore Signed-off-by: cstaud --- stable/prometheus-pushgateway/.helmignore | 3 +++ stable/prometheus-pushgateway/Chart.yaml | 4 +++- stable/prometheus-pushgateway/OWNERS | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/stable/prometheus-pushgateway/.helmignore b/stable/prometheus-pushgateway/.helmignore index f0c1319444..e90c9f6d23 100644 --- a/stable/prometheus-pushgateway/.helmignore +++ b/stable/prometheus-pushgateway/.helmignore @@ -19,3 +19,6 @@ .project .idea/ *.tmproj + +# OWNERS file for Kubernetes +OWNERS \ No newline at end of file diff --git a/stable/prometheus-pushgateway/Chart.yaml b/stable/prometheus-pushgateway/Chart.yaml index 74bc954e47..8ade77c89d 100644 --- a/stable/prometheus-pushgateway/Chart.yaml +++ b/stable/prometheus-pushgateway/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0.0" description: A Helm chart for prometheus pushgateway name: prometheus-pushgateway -version: 1.2.0 +version: 1.2.1 home: https://github.com/prometheus/pushgateway sources: - https://github.com/prometheus/pushgateway @@ -12,3 +12,5 @@ keywords: maintainers: - email: gianrubio@gmail.com name: gianrubio +- email: christian.staude@staffbase.com + name: cstaud diff --git a/stable/prometheus-pushgateway/OWNERS b/stable/prometheus-pushgateway/OWNERS index fe9b2c3d33..6cbedf3392 100644 --- a/stable/prometheus-pushgateway/OWNERS +++ b/stable/prometheus-pushgateway/OWNERS @@ -1,4 +1,6 @@ approvers: - gianrubio +- cstaud reviewers: -- gianrubio \ No newline at end of file +- gianrubio +- cstaud \ No newline at end of file