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