add owners and readmes

This commit is contained in:
Nicholas St. Germain 2020-09-05 22:28:34 -05:00
parent db24d009cc
commit d3406d1f39
No known key found for this signature in database
GPG Key ID: 7221152119DAB1E6
12 changed files with 114 additions and 0 deletions

4
charts/lidarr/OWNERS Normal file
View File

@ -0,0 +1,4 @@
approvers:
- DirtyCajunRice
reviewers:
- DirtyCajunRice

15
charts/lidarr/README.md Normal file
View File

@ -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: ...
```

4
charts/ombi/OWNERS Normal file
View File

@ -0,0 +1,4 @@
approvers:
- DirtyCajunRice
reviewers:
- DirtyCajunRice

15
charts/ombi/README.md Normal file
View File

@ -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: ...
```

4
charts/organizr/OWNERS Normal file
View File

@ -0,0 +1,4 @@
approvers:
- DirtyCajunRice
reviewers:
- DirtyCajunRice

15
charts/organizr/README.md Normal file
View File

@ -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: ...
```

4
charts/radarr/OWNERS Normal file
View File

@ -0,0 +1,4 @@
approvers:
- DirtyCajunRice
reviewers:
- DirtyCajunRice

15
charts/radarr/README.md Normal file
View File

@ -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: ...
```

4
charts/sonarr/OWNERS Normal file
View File

@ -0,0 +1,4 @@
approvers:
- DirtyCajunRice
reviewers:
- DirtyCajunRice

15
charts/sonarr/README.md Normal file
View File

@ -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: ...
```

4
charts/tautulli/OWNERS Normal file
View File

@ -0,0 +1,4 @@
approvers:
- DirtyCajunRice
reviewers:
- DirtyCajunRice

15
charts/tautulli/README.md Normal file
View File

@ -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: ...
```