-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvalues.yaml
158 lines (151 loc) · 6.02 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# nfsMount -- This is used to create a PVC for a media share via NFS
nfsMount:
# nfsMount.enabled -- Enable nfsMount
enabled: false
name: "nas-media"
destination:
# nfsMount.destination.namespace -- Namespace
namespace: "media-apps"
# nfsMount.repoURL -- Repo URL
# @default -- [repo](https://git.reeb.io/pree/helm-charts)
repoURL: "https://charts.pree.dev"
# nfsMount.chart -- Chart
chart: "nfs-mount"
# nfsMount.targetRevision -- [nfsMount Helm chart](https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount)
targetRevision: "0.1.12"
# nfsMount.values -- Helm values
# @default -- [upstream values](https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount/values.yaml)
values: {}
# sonarr -- [Sonarr](https://sonarr.tv/)
# @default -- [example](./examples/sonarr.yaml)
sonarr:
# sonarr.enabled -- Enable Sonarr
enabled: false
name: sonarr
destination:
# sonarr.destination.namespace -- Namespace
namespace: "media-apps"
# sonarr.repoURL -- Repo URL
# @default -- [repo](https://github.com/pree/helm-charts)
repoURL: "https://charts.pree.dev"
# sonarr.chart -- Chart
chart: "sonarr"
# sonarr.targetRevision -- [sonarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/sonarr)
targetRevision: "1.8.0"
# sonarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/sonarr/values.yaml)
values: {}
# radarr -- [Radarr](https://radarr.video/)
# @default -- [example](./examples/radarr.yaml)
radarr:
# radarr.enabled -- Enable Radarr
enabled: false
name: radarr
destination:
# radarr.destination.namespace -- Namespace
namespace: "media-apps"
# radarr.repoURL -- Repo URL
# @default -- [repo](https://github.com/pree/helm-charts)
repoURL: "https://charts.pree.dev"
# radarr.chart -- Chart
chart: "radarr"
# radarr.targetRevision -- [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr)
targetRevision: "1.14.0"
# radarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml)
values: {}
# prowlarr -- [Prowlarr](https://github.com/Prowlarr/Prowlarr)
# @default -- [example](./examples/prowlarr.yaml)
prowlarr:
# prowlarr.enabled -- Enable Prowlarr
enabled: false
name: prowlarr
destination:
# prowlarr.destination.namespace -- Namespace
namespace: "media-apps"
# prowlarr.repoURL -- Repo URL
# @default -- [repo](https://github.com/pree/helm-charts)
repoURL: "https://charts.pree.dev"
# prowlarr.chart -- Chart
chart: "prowlarr"
# prowlarr.targetRevision -- [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr)
targetRevision: "1.40.0"
# prowlarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/prowlarr/values.yaml)
values: {}
# readarr -- [Readarr](https://github.com/Readarr/Readarr)
# @default -- [example](./example/readarr.yaml)
readarr:
# readarr.enabled -- Enable Readarr
enabled: false
name: readarr
destination:
# readarr.destination.namespace -- Namespace
namespace: "media-apps"
# readarr.repoURL -- Repo URL
# @default -- [repo](https://github.com/pree/helm-charts)
repoURL: "https://charts.pree.dev"
# readarr.chart -- Chart
chart: "readarr"
# readarr.targetRevision -- [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr)
targetRevision: "1.12.0"
# readarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/readarr/values.yaml)
values: {}
# clusterplex -- [Clusterplex](https://github.com/pabloromeo/clusterplex)
# @default -- [example](./example/clusterplex.yaml)
clusterplex:
# clusterplex.enabled -- Enable clusterplex
enabled: false
name: clusterplex
destination:
# clusterplex.destination.namespace -- Namespace
namespace: "media-apps"
# clusterplex.repoURL -- Repo URL
# @default -- [repo](https://github.com/pabloromeo/clusterplex)
repoURL: "http://pabloromeo.github.io/clusterplex"
# clusterplex.chart -- Chart
chart: "clusterplex"
# clusterplex.targetRevision -- [clusterplex Helm chart](https://github.com/pabloromeo/clusterplex/tree/master/charts/clusterplex)
targetRevision: "1.1.8"
# clusterplex.values -- Helm values
# @default -- [upstream values](https://github.com/pabloromeo/clusterplex/blob/master/charts/clusterplex/values.yaml)
values: {}
# overseerr -- [Overseerr](https://github.com/sct/overseerr)
# @default -- [example](./example/overseerr.yaml)
overseerr:
# overseerr.enabled -- Enable overseerr
enabled: false
name: overseerr
destination:
# overseerr.destination.namespace -- Namespace
namespace: "media-apps"
# overseerr.repoURL -- Repo URL
# @default -- [repo](https://github.com/pree/helm-charts)
repoURL: "https://charts.pree.dev"
# overseerr.chart -- Chart
chart: "overseerr"
# overseerr.targetRevision -- [overseerr Helm Chart](https://github.com/pree/helm-charts/tree/master/charts/overseerr)
targetRevision: "1.0.2"
# overseerr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/overseerr/values.yaml)
values: {}
# jellyfin -- [Jellyfin](https://github.com/jellyfin/jellyfin)
# @default -- [example](./example/jellyfin.yaml)
jellyfin:
# jellyfin.enabled -- Enable Jellyfin
enabled: false
name: jellyfin
destination:
# jellyfin.destination.namespace -- Namespace
namespace: "media-apps"
# jellyfin.repoURL -- Repo URL
# @default -- [repo](https://jellyfin.github.io/jellyfin-helm)
repoURL: "https://jellyfin.github.io/jellyfin-helm"
# jellyfin.chart -- Chart
chart: "jellyfin"
# jellyfin.targetRevision -- [jellyfin Helm chart](https://github.com/jellyfin/jellyfin-helm/tree/master/charts/jellyfin)
targetRevision: "2.1.0"
# jellyfin.values -- Helm values
# @default -- [upstream values](https://github.com/jellyfin/jellyfin-helm/blob/master/charts/jellyfin/values.yaml)
values: {}