From f623453d1e955722cf941919054bc525251880bc Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Tue, 6 Nov 2018 23:10:58 -0500 Subject: [PATCH] OWNERS for deluge Signed-off-by: Jeff Billimek --- deluge/.helmignore | 2 ++ deluge/Chart.yaml | 2 +- deluge/OWNERS | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 deluge/OWNERS diff --git a/deluge/.helmignore b/deluge/.helmignore index f0c13194..46fd8996 100644 --- a/deluge/.helmignore +++ b/deluge/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/deluge/Chart.yaml b/deluge/Chart.yaml index 44537e6a..82030a96 100644 --- a/deluge/Chart.yaml +++ b/deluge/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 145 description: Deluge is a lightweight, Free Software, cross-platform BitTorrent client. name: deluge -version: 0.1.2 +version: 0.1.3 keywords: - deluge - deluge-torrent diff --git a/deluge/OWNERS b/deluge/OWNERS new file mode 100644 index 00000000..51f88652 --- /dev/null +++ b/deluge/OWNERS @@ -0,0 +1,4 @@ +approvers: +- billimek +reviewers: +- billimek \ No newline at end of file