forked from adfinis/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
227 lines (217 loc) Β· 7.84 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
# -- [kube-downscaler](https://codeberg.org/hjacobs/kube-downscaler) ([example](./examples/kube-downscaler.yaml))
# @default -- -
downscaler:
# -- Enable kube-downscaler
enabled: false
name: downscaler
destination:
# -- Namespace
namespace: "infra-downscaler"
# -- Repo URL
# @default -- [repo](https://charts.deliveryhero.io)
repoURL: "https://charts.deliveryhero.io"
# -- Chart
chart: "kube-downscaler"
# -- [kube-downscaler Helm chart](https://github.com/deliveryhero/helm-charts/tree/master/stable/kube-downscaler) version
targetRevision: "0.7.4"
# -- Helm values
# @default -- [upstream values](https://github.com/deliveryhero/helm-charts/blob/master/stable/kube-downscaler/values.yaml)
values: {}
# -- [sigalilo](https://github.com/vshn/signalilo) ([example](./examples/signalilo.yaml))
# @default -- -
signalilo:
# -- Enable signalilo
enabled: false
name: signalilo
destination:
# -- Namespace
namespace: "infra-signalilo"
# -- Repo URL
# @default -- [repo](https://charts.appuio.ch)
repoURL: "https://charts.appuio.ch"
# -- Chart
chart: "signalilo"
# -- [signalilo Helm chart](https://github.com/appuio/charts/tree/master/appuio/signalilo) version
targetRevision: "0.12.1"
# -- Helm values
# @default -- [upstream values](https://github.com/appuio/charts/blob/master/appuio/signalilo/values.yaml)
values: {}
# -- [sentry-kubernetes](https://github.com/getsentry/sentry-kubernetes) ([example](./examples/sentry-kubernetes.yaml)
# @default -- -
sentryKubernetes:
# -- Enable sentry-kubernetes
enabled: false
name: sentry-kubernetes
destination:
# -- Namespace
namespace: "infra-sentry-kubernetes"
# -- Repo URL
# @default -- [repo](https://sentry-kubernetes.github.io/charts)
repoURL: "https://sentry-kubernetes.github.io/charts"
# -- Chart
chart: "sentry-kubernetes"
# -- [sentry-kubernetes Helm chart](https://github.com/sentry-kubernetes/charts/tree/develop/sentry-kubernetes)
targetRevision: "0.3.*"
# -- Helm values
# @default -- [upstream values](https://github.com/sentry-kubernetes/charts/blob/develop/sentry-kubernetes/values.yaml)
values: {}
# -- [metallb](https://github.com/metallb/metallb) ([example](./examples/metallb.yaml))
# @default -- -
metallb:
# -- Enable metallb
enabled: false
name: metallb
destination:
# -- Namespace
namespace: "infra-metallb"
# -- Repo URL
# @default -- [repo](https://metallb.github.io/metallb)
repoURL: "https://metallb.github.io/metallb"
# -- Chart
chart: "metallb"
# -- [metallb Helm chart](https://github.com/metallb/metallb/tree/main/charts/metallb)
targetRevision: "0.14.5"
# -- Helm values
# @default -- [upstream values](https://github.com/metallb/metallb/blob/main/charts/metallb/values.yaml)
values: {}
# -- [chartmuseum](https://chartmuseum.com) ([example](./example/chartmuseum.yaml))
# @default -- -
chartmuseum:
# -- Enable chartmuseum
enabled: false
name: chartmuseum
destination:
# -- Namespace
namespace: "infra-chartmuseum"
# -- Repo URL
# @default -- [repo](https://chartmuseum.github.io/charts)
repoURL: https://chartmuseum.github.io/charts
# -- Chart
chart: chartmuseum
# -- [chartmuseum Helm chart](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum)
targetRevision: "3.10.2"
# -- Helm values
# @default -- [upstream values](https://github.com/chartmuseum/charts/blob/main/src/chartmuseum/values.yaml)
values: {}
# -- [prometheus-msteams](https://github.com/prometheus-msteams/prometheus-msteams) ([example](./example/prometheus-msteams.yaml))
# @default -- -
prometheusMsteams:
# -- Enable prometheus-msteams
enabled: false
name: prometheus-msteams
destination:
# -- Namespace
namespace: "infra-prometheus-msteams"
# -- Repo URL
# @default -- [repo](https://prometheus-msteams.github.io/prometheus-msteams)
repoURL: https://prometheus-msteams.github.io/prometheus-msteams
# -- Chart
chart: prometheus-msteams
# -- [prometheus-msteams Helm chart](https://github.com/prometheus-msteams/prometheus-msteams/tree/master/chart/prometheus-msteams)
targetRevision: "1.3.*"
# -- Helm values
# @default -- [upstream values](https://github.com/prometheus-msteams/prometheus-msteams/blob/master/chart/prometheus-msteams/values.yaml)
values: {}
# -- [Argo CD Declarative Setup](https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/)
# @default -- [example](./examples/argocd-apps.yaml)
argocdApps:
# -- Enable Argo CD Apps
enabled: false
name: argocd-apps
# -- Annotations for Argo CD Apps app
annotations: {}
destination:
# -- Namespace
namespace: infra-argocd
# -- Repo URL
# @default -- [repo](https://argoproj.github.io/argo-helm)
repoURL: https://argoproj.github.io/argo-helm
# -- Chart
chart: argocd-apps
# -- [argocd-apps Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argocd-apps) version
targetRevision: 2.0.0
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argocd-apps/values.yaml)
values: {}
# -- [KEDA](https://keda.sh/)
# @default -- [example](./examples/keda.yaml)
keda:
# -- Enable KEDA
enabled: false
name: keda
# -- Annotations for KEDA app
annotations: {}
destination:
# -- Namespace
namespace: infra-keda
# -- Repo URL
# @default -- [repo](https://kedacore.github.io/charts)
repoURL: https://kedacore.github.io/charts
# -- Chart
chart: keda
# -- [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version
targetRevision: 2.12.0
# -- Helm values
# @default -- [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml)
values: {}
# -- [grafana-agent](https://grafana.github.io/helm-charts)
# @default -- [example](./examples/grafana-agent.yaml)
grafanaAgentOperator:
# -- Enable grafana-agent
enabled: false
name: grafana-agent-operator
# -- Annotations for grafana-agent
annotations: {}
destination:
# -- Namespace
namespace: infra-grafana-agent
# -- Repo URL
# @default -- [repo](https://grafana.github.io/helm-charts)
repoURL: https://grafana.github.io/helm-charts
# -- Chart
chart: grafana-agent-operator
# -- [Grafana Agent Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/agent-operator) version
targetRevision: 0.2.8
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/agent-operator/values.yaml)
values: {}
# -- [reloader](https://github.com/stakater/reloader) ([example](./examples/reloader.yaml))
# @default -- -
reloader:
# -- Enable reloader
enabled: false
name: reloader
destination:
# -- Namespace
namespace: "infra-reloader"
# -- Repo URL
# @default -- [repo](https://stakater.github.io/stakater-charts)
repoURL: "https://stakater.github.io/stakater-charts"
# -- Chart
chart: "reloader"
# -- [reloader Helm chart](https://github.com/stakater/Reloader/tree/master/deployments/kubernetes/chart/reloader) version
targetRevision: "v1.0.22"
# -- Helm values
# @default -- [upstream values](https://github.com/stakater/Reloader/tree/master/deployments/kubernetes/chart/reloader/values.yaml)
values: {}
# -- [OpenCost](https://www.opencost.io)
# @default -- [example](./examples/opencost.yaml)
opencost:
# -- Enable OpenCost
enabled: false
name: opencost
# -- Annotations for OpenCost
annotations: {}
destination:
# -- Namespace
namespace: infra-opencost
# -- Repo URL
# @default -- [repo](https://opencost.github.io/opencost-helm-chart)
repoURL: https://opencost.github.io/opencost-helm-chart
# -- Chart
chart: opencost
# -- [OpenCost Helm chart](https://github.com/opencost/opencost-helm-chart/tree/main/charts/opencost)
targetRevision: 1.29.0
# -- Helm values
# @default -- [upstream values](https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/values.yaml)
values: {}