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