From e0c7af1349db048aec03e4ed58aa1d9fd816e9a8 Mon Sep 17 00:00:00 2001 From: Miroslav Hadzhiev Date: Fri, 11 Oct 2019 20:54:16 -0400 Subject: [PATCH] Add "underscorgan" As an Owner and a Maintainer Signed-off-by: Miroslav Hadzhiev --- Chart.yaml | 4 +++- OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 980d368e..0b471a62 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Puppet automates the delivery and operation of software. name: puppetserver -version: 0.2.3 +version: 0.2.4 appVersion: 6.6.0 keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"] home: https://puppet.com/ @@ -13,5 +13,7 @@ maintainers: email: miroslav.hadzhiev@gmail.com - name: scottcressi email: scottcressi@gmail.com +- name: underscorgan + email: morgan@puppet.com engine: gotpl tillerVersion: ">=2.8.0" diff --git a/OWNERS b/OWNERS index 949ce67c..c544b209 100644 --- a/OWNERS +++ b/OWNERS @@ -1,6 +1,8 @@ approvers: - Miroslav Hadzhiev (Xtigyro) - Scott Cressi (scottcressi) +- Morgan Rhodes (underscorgan) reviewers: - Miroslav Hadzhiev (Xtigyro) - Scott Cressi (scottcressi) +- Morgan Rhodes (underscorgan)