From d3406d1f39a4e364c0fcddb069a2ee129e9a3f50 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Sat, 5 Sep 2020 22:28:34 -0500 Subject: [PATCH] add owners and readmes --- charts/lidarr/OWNERS | 4 ++++ charts/lidarr/README.md | 15 +++++++++++++++ charts/ombi/OWNERS | 4 ++++ charts/ombi/README.md | 15 +++++++++++++++ charts/organizr/OWNERS | 4 ++++ charts/organizr/README.md | 15 +++++++++++++++ charts/radarr/OWNERS | 4 ++++ charts/radarr/README.md | 15 +++++++++++++++ charts/sonarr/OWNERS | 4 ++++ charts/sonarr/README.md | 15 +++++++++++++++ charts/tautulli/OWNERS | 4 ++++ charts/tautulli/README.md | 15 +++++++++++++++ 12 files changed, 114 insertions(+) create mode 100644 charts/lidarr/OWNERS create mode 100644 charts/lidarr/README.md create mode 100644 charts/ombi/OWNERS create mode 100644 charts/ombi/README.md create mode 100644 charts/organizr/OWNERS create mode 100644 charts/organizr/README.md create mode 100644 charts/radarr/OWNERS create mode 100644 charts/radarr/README.md create mode 100644 charts/sonarr/OWNERS create mode 100644 charts/sonarr/README.md create mode 100644 charts/tautulli/OWNERS create mode 100644 charts/tautulli/README.md diff --git a/charts/lidarr/OWNERS b/charts/lidarr/OWNERS new file mode 100644 index 00000000..2eb39f10 --- /dev/null +++ b/charts/lidarr/OWNERS @@ -0,0 +1,4 @@ +approvers: +- DirtyCajunRice +reviewers: +- DirtyCajunRice diff --git a/charts/lidarr/README.md b/charts/lidarr/README.md new file mode 100644 index 00000000..d18e5bda --- /dev/null +++ b/charts/lidarr/README.md @@ -0,0 +1,15 @@ +# lidarr umbrella chart + +Umbrella chart that uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) and adds +image information. + +## Configuration + +Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml) file. It has several commented out suggested values. + +These values will be nested as it is a dependency, for example: +```yaml +lidarr: + image: + tag: ... +``` \ No newline at end of file diff --git a/charts/ombi/OWNERS b/charts/ombi/OWNERS new file mode 100644 index 00000000..2eb39f10 --- /dev/null +++ b/charts/ombi/OWNERS @@ -0,0 +1,4 @@ +approvers: +- DirtyCajunRice +reviewers: +- DirtyCajunRice diff --git a/charts/ombi/README.md b/charts/ombi/README.md new file mode 100644 index 00000000..dfce2ff2 --- /dev/null +++ b/charts/ombi/README.md @@ -0,0 +1,15 @@ +# ombi umbrella chart + +Umbrella chart that uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) and adds +image information. + +## Configuration + +Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml) file. It has several commented out suggested values. + +These values will be nested as it is a dependency, for example: +```yaml +ombi: + image: + tag: ... +``` \ No newline at end of file diff --git a/charts/organizr/OWNERS b/charts/organizr/OWNERS new file mode 100644 index 00000000..2eb39f10 --- /dev/null +++ b/charts/organizr/OWNERS @@ -0,0 +1,4 @@ +approvers: +- DirtyCajunRice +reviewers: +- DirtyCajunRice diff --git a/charts/organizr/README.md b/charts/organizr/README.md new file mode 100644 index 00000000..877ad400 --- /dev/null +++ b/charts/organizr/README.md @@ -0,0 +1,15 @@ +# organizr umbrella chart + +Umbrella chart that uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) and adds +image information. + +## Configuration + +Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml) file. It has several commented out suggested values. + +These values will be nested as it is a dependency, for example: +```yaml +organizr: + image: + tag: ... +``` \ No newline at end of file diff --git a/charts/radarr/OWNERS b/charts/radarr/OWNERS new file mode 100644 index 00000000..2eb39f10 --- /dev/null +++ b/charts/radarr/OWNERS @@ -0,0 +1,4 @@ +approvers: +- DirtyCajunRice +reviewers: +- DirtyCajunRice diff --git a/charts/radarr/README.md b/charts/radarr/README.md new file mode 100644 index 00000000..7c392760 --- /dev/null +++ b/charts/radarr/README.md @@ -0,0 +1,15 @@ +# radarr umbrella chart + +Umbrella chart that uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) and adds +image information. + +## Configuration + +Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml) file. It has several commented out suggested values. + +These values will be nested as it is a dependency, for example: +```yaml +radarr: + image: + tag: ... +``` \ No newline at end of file diff --git a/charts/sonarr/OWNERS b/charts/sonarr/OWNERS new file mode 100644 index 00000000..2eb39f10 --- /dev/null +++ b/charts/sonarr/OWNERS @@ -0,0 +1,4 @@ +approvers: +- DirtyCajunRice +reviewers: +- DirtyCajunRice diff --git a/charts/sonarr/README.md b/charts/sonarr/README.md new file mode 100644 index 00000000..347dfa99 --- /dev/null +++ b/charts/sonarr/README.md @@ -0,0 +1,15 @@ +# sonarr umbrella chart + +Umbrella chart that uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) and adds +image information. + +## Configuration + +Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml) file. It has several commented out suggested values. + +These values will be nested as it is a dependency, for example: +```yaml +sonarr: + image: + tag: ... +``` \ No newline at end of file diff --git a/charts/tautulli/OWNERS b/charts/tautulli/OWNERS new file mode 100644 index 00000000..2eb39f10 --- /dev/null +++ b/charts/tautulli/OWNERS @@ -0,0 +1,4 @@ +approvers: +- DirtyCajunRice +reviewers: +- DirtyCajunRice diff --git a/charts/tautulli/README.md b/charts/tautulli/README.md new file mode 100644 index 00000000..084556cd --- /dev/null +++ b/charts/tautulli/README.md @@ -0,0 +1,15 @@ +# tautulli umbrella chart + +Umbrella chart that uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) and adds +image information. + +## Configuration + +Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml) file. It has several commented out suggested values. + +These values will be nested as it is a dependency, for example: +```yaml +tautulli: + image: + tag: ... +``` \ No newline at end of file