From b3de84f1e39dee94007df27e8be241fd67d21b13 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Tue, 6 Nov 2018 23:14:49 -0500 Subject: [PATCH] OWNERS for sonarr Signed-off-by: Jeff Billimek --- sonarr/.helmignore | 2 ++ sonarr/Chart.yaml | 2 +- sonarr/OWNERS | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 sonarr/OWNERS diff --git a/sonarr/.helmignore b/sonarr/.helmignore index f0c13194..46fd8996 100644 --- a/sonarr/.helmignore +++ b/sonarr/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index fbadc475..a4f50f61 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 162 description: Sonarr is a television show downloading client name: sonarr -version: 0.1.0 +version: 0.1.1 keywords: - sonarr - usenet diff --git a/sonarr/OWNERS b/sonarr/OWNERS new file mode 100644 index 00000000..51f88652 --- /dev/null +++ b/sonarr/OWNERS @@ -0,0 +1,4 @@ +approvers: +- billimek +reviewers: +- billimek \ No newline at end of file