diff --git a/nzbget/.helmignore b/nzbget/.helmignore index f0c13194..46fd8996 100644 --- a/nzbget/.helmignore +++ b/nzbget/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index 30f7cca6..30da5de0 100644 --- a/nzbget/Chart.yaml +++ b/nzbget/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 147 description: NZBGet is a Usenet downloader client name: nzbget -version: 0.1.2 +version: 0.1.3 keywords: - nzbget - usenet diff --git a/nzbget/OWNERS b/nzbget/OWNERS new file mode 100644 index 00000000..51f88652 --- /dev/null +++ b/nzbget/OWNERS @@ -0,0 +1,4 @@ +approvers: +- billimek +reviewers: +- billimek \ No newline at end of file