From 63df606da2263753fe4cbb06eece025150d7aea7 Mon Sep 17 00:00:00 2001 From: Bismarck Paliz Date: Thu, 31 Oct 2019 12:33:41 -0400 Subject: [PATCH] [stable/prometheus-operator] Add myself as owner/maintainer (#18424) * Add myself as owner/maintainer Signed-off-by: Bismarck Paliz * Changing ordering of maintainers/approvers/reviewers Signed-off-by: Bismarck Paliz --- stable/prometheus-operator/Chart.yaml | 5 +++-- stable/prometheus-operator/OWNERS | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index bc97b01f6d..5e12b2cdda 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -3,14 +3,15 @@ description: Provides easy monitoring definitions for Kubernetes services, and d icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png engine: gotpl maintainers: + - name: vsliouniaev + - name: bismarck - name: gianrubio email: gianrubio@gmail.com - - name: vsliouniaev name: prometheus-operator sources: - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 7.2.0 +version: 7.2.1 appVersion: 0.32.0 tillerVersion: ">=2.12.0" home: https://github.com/coreos/prometheus-operator diff --git a/stable/prometheus-operator/OWNERS b/stable/prometheus-operator/OWNERS index e5a7b9aa52..9231f2531d 100644 --- a/stable/prometheus-operator/OWNERS +++ b/stable/prometheus-operator/OWNERS @@ -1,6 +1,8 @@ approvers: -- gianrubio - vsliouniaev +- bismarck +- gianrubio reviewers: -- gianrubio - vsliouniaev +- bismarck +- gianrubio