From 6ccda8e94eefdfa2d8959fd1005b34045f0c4981 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Wed, 5 Jun 2019 18:02:00 +0200 Subject: [PATCH] owners: add a new owner (#14530) Signed-off-by: Hector Fernandez --- stable/prometheus-adapter/Chart.yaml | 4 +++- stable/prometheus-adapter/OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/prometheus-adapter/Chart.yaml b/stable/prometheus-adapter/Chart.yaml index 4cd2403752..e810253fb2 100644 --- a/stable/prometheus-adapter/Chart.yaml +++ b/stable/prometheus-adapter/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prometheus-adapter -version: 1.0.3 +version: 1.0.4 appVersion: v0.5.0 description: A Helm chart for k8s prometheus adapter home: https://github.com/DirectXMan12/k8s-prometheus-adapter @@ -16,3 +16,5 @@ maintainers: - name: mattiasgees email: mattias.gees@jetstack.io - name: steven-sheehy + - name: hectorj2f + email: hfernandez@mesosphere.com diff --git a/stable/prometheus-adapter/OWNERS b/stable/prometheus-adapter/OWNERS index 02ecb622e5..0c15fcf344 100644 --- a/stable/prometheus-adapter/OWNERS +++ b/stable/prometheus-adapter/OWNERS @@ -1,6 +1,8 @@ approvers: - mattiasgees - steven-sheehy + - hectorj2f reviewers: - mattiasgees - steven-sheehy + - hectorj2f