From d2fd3d83e6472ee4ef68b2256e60733c1be6358b Mon Sep 17 00:00:00 2001 From: eye Date: Tue, 21 May 2019 18:32:47 +0200 Subject: [PATCH] add me as maintainer --- stable/tomcat/Chart.yaml | 8 +++++--- stable/tomcat/OWNERS | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 stable/tomcat/OWNERS diff --git a/stable/tomcat/Chart.yaml b/stable/tomcat/Chart.yaml index 2c34f0cd334b..786aff57d7a3 100644 --- a/stable/tomcat/Chart.yaml +++ b/stable/tomcat/Chart.yaml @@ -2,9 +2,11 @@ apiVersion: v1 name: tomcat description: Deploy a basic tomcat application server with sidecar as web archive container icon: http://tomcat.apache.org/res/images/tomcat.png -version: 0.2.0 +version: 0.2.1 appVersion: 7.0 home: https://github.com/yahavb maintainers: - - name: yahavb - email: ybiran@ananware.systems +- name: yahavb + email: ybiran@ananware.systems +- name: eyenx + email: eye@eyenx.ch diff --git a/stable/tomcat/OWNERS b/stable/tomcat/OWNERS new file mode 100644 index 000000000000..ec568c9f4c5c --- /dev/null +++ b/stable/tomcat/OWNERS @@ -0,0 +1,4 @@ +approvers: +- eyenx +reviewers: +- eyenx