From f5420aac9553482fb7db6cae73f502ffbbd52bb0 Mon Sep 17 00:00:00 2001 From: Bishoy Youssef Date: Thu, 23 May 2019 16:02:25 -0400 Subject: [PATCH] [stable/concourse] Updating maintainers (#13366) - Adding myself to the list of maintainers/owners of concourse chart. Signed-off-by: Bishoy Youssef --- stable/concourse/Chart.yaml | 4 +++- stable/concourse/OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 9806d9b983..73833f7fc7 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: concourse -version: 6.2.0 +version: 6.2.1 appVersion: 5.2.0 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 @@ -17,4 +17,6 @@ maintainers: email: cscosta@pivotal.io - name: william-tran email: will@autonomic.ai +- name: YoussB + email: byoussef@pivotal.io engine: gotpl diff --git a/stable/concourse/OWNERS b/stable/concourse/OWNERS index 89a9975cb1..675c6d82de 100644 --- a/stable/concourse/OWNERS +++ b/stable/concourse/OWNERS @@ -1,6 +1,8 @@ approvers: - cirocosta - william-tran +- YoussB reviewers: - cirocosta - william-tran +- YoussB