From 1eb702ffde024deaa4533f081d0f86ffd75ba9c0 Mon Sep 17 00:00:00 2001 From: Ganesh S Patil Date: Fri, 10 Aug 2018 10:41:37 +0530 Subject: [PATCH] Add a new approver (#7120) * Add a new approver Add maheshp to the approvers list * Update Chart.yaml --- stable/gocd/Chart.yaml | 2 +- stable/gocd/OWNERS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index 9bc4c82d13..3ab130e6ee 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 1.2.0 +version: 1.2.1 appVersion: 18.7.0 description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease. icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png diff --git a/stable/gocd/OWNERS b/stable/gocd/OWNERS index 3acd4cba8b..4faf33ca9a 100644 --- a/stable/gocd/OWNERS +++ b/stable/gocd/OWNERS @@ -3,8 +3,10 @@ approvers: - bdpiparva - GaneshSPatil - varshavaradarajan +- maheshp reviewers: - arvindsv - bdpiparva - GaneshSPatil - varshavaradarajan +- maheshp