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