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