forked from adfinis/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
333 lines (318 loc) Β· 12 KB
/
Copy pathvalues.yaml
File metadata and controls
333 lines (318 loc) Β· 12 KB
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
# -- [dex](https://github.com/dexidp/dex/) ([example](./examples/dex.yaml))
# @default -- -
dex:
# -- Enable dex
enabled: false
name: dex
destination:
# -- Namespace
namespace: "infra-dex"
# -- Repo URL
# @default -- [repo](https://charts.dexidp.io)
repoURL: "https://charts.dexidp.io"
# -- Chart
chart: "dex"
# -- [dex Helm chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex/) version
targetRevision: "0.14.2"
# -- Helm values
# @default -- [upstream values](https://github.com/dexidp/helm-charts/tree/master/charts/dex/values.yaml)
values: {}
# -- [dex-k8s-authenticator](https://github.com/mintel/dex-k8s-authenticator) ([example](./examples/dex-k8s-authenticator.yaml))
# @default -- -
dexK8sAuthenticator:
# -- Enable dex-k8s-authenticator
enabled: false
name: dex-k8s-authenticator
destination:
# -- Namespace
namespace: "infra-dex-k8s-authenticator"
# As of December 2021, there is no upstream helm repo where we could pull
# for this we need to reference directly the GitHub url
# FFI: https://github.com/mintel/dex-k8s-authenticator/issues/185
# -- Repo URL
# @default -- [repo](https://github.com/mintel/dex-k8s-authenticator.git)
repoURL: "https://github.com/mintel/dex-k8s-authenticator.git"
# -- Repo Path
repoPath: "charts/dex-k8s-authenticator"
# -- Chart
chart: "dexK8sAuthenticator"
# As of December 2021, there is no upstream helm repo where we could pull
# for this we need to reference directly the GitHub version tag
# FFI: https://github.com/mintel/dex-k8s-authenticator/issues/185
# -- [dex-k8s-authenticator Helm chart](https://github.com/mintel/dex-k8s-authenticator/tree/master/charts/dex-k8s-authenticator/) version
targetRevision: "v1.4.0"
# -- Helm values
# @default -- [upstream values](https://github.com/mintel/dex-k8s-authenticator/tree/master/charts/dex-k8s-authenticator/values.yaml)
values: {}
# -- [gangway](https://github.com/heptiolabs/gangway/) is DEPRECATED, use dexK8sAuthenticator instead
# @default -- DEPRECATED
gangway:
# -- Enable gangway
enabled: false
name: gangway
destination:
# -- Namespace
namespace: "infra-gangway"
# -- Repo URL
# @default -- [repo](https://gabibbo97.github.io/charts)
repoURL: "https://gabibbo97.github.io/charts"
# -- Chart
chart: "gangway"
# -- [gangway Helm chart](https://github.com/gabibbo97/charts/tree/master/charts/gangway/) version
targetRevision: "1.1.*"
# -- Helm values
# @default -- [upstream values](https://github.com/gabibbo97/charts/tree/master/charts/gangway/values.yaml)
values: {}
# -- [vault](https://github.com/hashicorp/vault/) ([example](./examples/vault.yaml))
# @default -- -
vault:
# -- Enable vault
enabled: false
name: vault
destination:
# -- Namespace
namespace: "infra-vault"
# -- Repo URL
# @default -- [repo](https://helm.releases.hashicorp.com)
repoURL: "https://helm.releases.hashicorp.com"
# -- Chart
chart: "vault"
# -- [vault Helm chart](https://github.com/hashicorp/vault-helm) version
targetRevision: "0.24.1"
# -- Helm values
# @default -- [upstream values](https://github.com/hashicorp/vault-helm/tree/master/values.yaml)
values: {}
# -- [falco](https://github.com/falcosecurity/falco/) ([example](./examples/falco.yaml))
# @default -- -
falco:
# -- Enable falco
enabled: false
name: falco
destination:
# -- Namespace
namespace: "infra-falco"
# -- Repo URL
# @default -- [repo](https://falcosecurity.github.io/charts)
repoURL: "https://falcosecurity.github.io/charts"
# -- Chart
chart: "falco"
# -- [falco Helm chart](https://github.com/falcosecurity/charts/tree/master/falco) version
targetRevision: "2.3.0"
# -- Helm values
# @default -- [upstream values](https://github.com/falcosecurity/charts/blob/master/falco/values.yaml)
values: {}
# -- [falco-exporter](https://github.com/falcosecurity/falco-exporter/) ([example](./examples/falco-exporter.yaml))
# @default -- -
falcoExporter:
# -- Enable falco-exporter
enabled: false
name: falco-exporter
destination:
# -- Namespace
namespace: "infra-falco"
# -- Repo URL
# @default -- [repo](https://falcosecurity.github.io/charts)
repoURL: "https://falcosecurity.github.io/charts"
# -- Chart
chart: "falco-exporter"
# -- [falco Helm chart](https://github.com/falcosecurity/charts/tree/master/falco-exporter) version
targetRevision: "0.9.1"
# -- Helm values
# @default -- [upstream values](https://github.com/falcosecurity/charts/blob/master/falco-exporter/values.yaml)
values: {}
# -- [gatekeeper](https://github.com/open-policy-agent/gatekeeper) ([example](./examples/gatekeeper.yaml))
# @default -- -
gatekeeper:
# -- Enable gatekeeper
enabled: false
name: gatekeeper
destination:
# -- Namespace
namespace: "infra-gatekeeper"
# -- Repo URL
# @default -- [repo](https://open-policy-agent.github.io/gatekeeper/charts)
repoURL: "https://open-policy-agent.github.io/gatekeeper/charts"
# -- Chart
chart: "gatekeeper"
# -- [gatekeeper Helm chart](https://github.com/open-policy-agent/gatekeeper/tree/master/charts/gatekeeper) version
targetRevision: "3.10.0"
# -- Helm values
# @default -- [upstream values](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/values.yaml)
values: {}
# -- [vault-monitoring](https://github.com/adfinis/helm-charts/tree/main/charts/vault-monitoring) ([example](./examples/vault-monitoring.yaml))
# @default -- -
vaultMonitoring:
# -- Enable vault-monitoring
enabled: false
name: vault-monitoring
destination:
# -- Namespace
namespace: "infra-vault"
# -- Repo URL
# @default -- [repo](https://charts.adfinis.com)
repoURL: "https://charts.adfinis.com"
# -- Chart
chart: "vault-monitoring"
# -- [vault-monitoring Helm chart](https://github.com/adfinis/helm-charts/tree/main/charts/vault-monitoring) version
targetRevision: "0.2.*"
# -- Helm values
# @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/vault-monitoring/values.yaml)
values: {}
# -- [secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver) ([example](./examples/secrets-store-csi-driver.yaml))
# @default -- -
secretsStoreCsiDriver:
# -- Enable secrets-store-csi-driver
enabled: false
name: secrets-store-csi-driver
destination:
# -- Namespace
namespace: "infra-secrets-store-csi"
# -- Repo URL
# @default -- [repo](https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts)
repoURL: "https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts"
# -- Chart
chart: "secrets-store-csi-driver"
# -- [secrets-store-csi-driver Helm chart](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver) version
targetRevision: "1.3.4"
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/charts/secrets-store-csi-driver/values.yaml)
values: {}
# -- [NeuVector](https://github.com/neuvector/neuvector) ([example](./example/neuvector.yaml))
# @default -- -
neuvector:
# -- Enable neuvector
enabled: false
name: neuvector
destination:
# -- Namespace
namespace: "infra-neuvector"
# -- Repo URL
# @default -- [repo](https://neuvector.github.io/neuvector-helm)
repoURL: "https://neuvector.github.io/neuvector-helm"
# -- Chart
chart: "core"
# -- [neuvector/core Helm chart](https://github.com/neuvector/neuvector-helm/tree/master/charts/core) version
targetRevision: "2.6.1"
# -- Helm values
# @default -- [upstream values](https://github.com/neuvector/neuvector-helm/blob/master/charts/core/values.yaml)
values: {}
# -- [NeuVector monitor](https://github.com/neuvector/neuvector-helm/tree/master/charts/monitor) ([example](./example/neuvector.yaml))
# @default -- -
neuvectorMonitor:
# -- Enable neuvector/monitor
enabled: false
name: neuvector-monitor
destination:
# -- Namespace
namespace: "infra-neuvector"
# -- Repo URL
# @default -- [repo](https://neuvector.github.io/neuvector-helm)
repoURL: "https://neuvector.github.io/neuvector-helm"
# -- Chart
chart: "monitor"
# -- [neuvector/monitor Helm chart](https://github.com/neuvector/neuvector-helm/tree/master/charts/monitor) version
targetRevision: "2.6.1"
# -- Helm values
# @default -- [upstream values](https://github.com/neuvector/neuvector-helm/blob/master/charts/monitor/values.yaml)
values: {}
# -- [StackRox central-services](https://www.stackrox.io/) ([example/stackrox.yaml))
# @default -- -
stackroxCentralServices:
# -- Enable StackRox central-services
enabled: false
name: stackrox-central-services
destination:
# -- Namespace
namespace: infra-stackrox
# -- Repo URL
# @default -- [repo](https://charts.stackrox.io)
repoURL: https://charts.stackrox.io
# -- Chart
chart: stackrox-central-services
# -- [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version
targetRevision: 400.1.0
# -- Helm values
# @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml)
values: {}
# -- [StackRox secured-cluster-services](https://www.stackrox.io/) ([example/stackrox.yaml))
# @default -- -
stackroxSecuredClusterServices:
# -- Enable StackRox secured-cluster-services
enabled: false
name: stackrox-secured-cluster-services
destination:
# -- Namespace
namespace: infra-stackrox
# -- Repo URL
# @default -- [repo](https://charts.stackrox.io)
repoURL: https://charts.stackrox.io
# -- Chart
chart: stackrox-secured-cluster-services
# -- [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version
targetRevision: 400.1.0
# -- Helm values
# @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl)
values: {}
# -- [oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy)
# @default -- [example](./examples/oauth2-proxy.yaml)
oauth2Proxy:
# -- Enable oauth2-proxy
enabled: false
name: oauth2-proxy
# -- Annotations for oauth2-proxy app
annotations: {}
destination:
# -- Namespace
namespace: infra-oauth2-proxy
# -- Repo URL
# @default -- [repo](https://https://oauth2-proxy.github.io/manifests)
repoURL: https://oauth2-proxy.github.io/manifests
# -- Chart
chart: oauth2-proxy
# -- [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy)
targetRevision: 6.10.1
# -- Helm values
# @default -- [upstream values](https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml)
values: {}
# -- [Kyverno](https://kyverno.io)
# @default -- [example](./examples/kyverno.yaml)
kyverno:
# -- Enable kyverno
enabled: false
name: kyverno
# -- Annotations for kyverno
annotations: {}
destination:
# -- Namespace
namespace: infra-kyverno
# -- Repo URL
# @default -- [repo](https://kyverno.github.io/kyverno/)
repoURL: https://kyverno.github.io/kyverno/
# -- Chart
chart: kyverno
# -- [kyverno Helm chart](https://github.com/kyverno/kyverno/tree/main/charts/kyverno)
targetRevision: 3.0.1
# -- Helm values
# @default -- [upstream values](https://github.com/kyverno/kyverno/blob/main/charts/kyverno/values.yaml)
values: {}
# -- [Kyverno Policies](https://kyverno.io)
# @default -- [example](./examples/kyverno.yaml)
kyvernoPolicies:
# -- Enable kyverno-policies
enabled: false
name: kyverno-policies
# -- Annotations for kyverno
annotations: {}
destination:
# -- Namespace
namespace: infra-kyverno
# -- Repo URL
# @default -- [repo](https://kyverno.github.io/kyverno/)
repoURL: https://kyverno.github.io/kyverno/
# -- Chart
chart: kyverno-policies
# -- [kyverno Helm chart](https://github.com/kyverno/kyverno/tree/main/charts/kyverno-policies)
targetRevision: 3.0.0
# -- Helm values
# @default -- [upstream values](https://github.com/kyverno/kyverno/blob/main/charts/kyverno-policies/values.yaml)
values: {}