From 0a43495ef3d1a5ac85a7a97d30c319f0cf63dccc Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 2 Jul 2018 21:54:18 +0200 Subject: [PATCH] [stable/inbucket] Add OWNERS file (#6299) --- stable/inbucket/.helmignore | 3 +++ stable/inbucket/Chart.yaml | 2 +- stable/inbucket/OWNERS | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 stable/inbucket/OWNERS diff --git a/stable/inbucket/.helmignore b/stable/inbucket/.helmignore index f0c1319444..a34fb98b2f 100644 --- a/stable/inbucket/.helmignore +++ b/stable/inbucket/.helmignore @@ -19,3 +19,6 @@ .project .idea/ *.tmproj + +# OWNERS file for Kubernetes +OWNERS diff --git a/stable/inbucket/Chart.yaml b/stable/inbucket/Chart.yaml index 4d5fdfb52d..450f71cc71 100644 --- a/stable/inbucket/Chart.yaml +++ b/stable/inbucket/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Inbucket is an email testing application name: inbucket appVersion: 1.2.0 -version: 1.0.0 +version: 1.0.1 keywords: - inbucket - mail diff --git a/stable/inbucket/OWNERS b/stable/inbucket/OWNERS new file mode 100644 index 0000000000..0167b44718 --- /dev/null +++ b/stable/inbucket/OWNERS @@ -0,0 +1,6 @@ +approvers: +- cpanato +- jhillyerd +reviewers: +- cpanato +- jhillyerd