-
Notifications
You must be signed in to change notification settings - Fork 12
/
requirements.yaml
34 lines (34 loc) · 1.01 KB
/
requirements.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
# If you change the elasticsearch version, remember to also change the version at:
# - values.yaml: the init container image tag
# - logstash-deployment.yaml: It isn't launched via chart due to compatibility issues
dependencies:
- name: elasticsearch
repository: https://helm.elastic.co/
version: 8.5.1
alias: datastore
condition: internalDatastore
- name: filebeat
repository: https://helm.elastic.co/
version: 7.17.3
alias: filebeat
condition: enableLogging
- name: metricbeat
repository: https://helm.elastic.co/
version: 7.17.3
alias: metricbeat
condition: enableMetricbeat
- name: elasticsearch
repository: https://helm.elastic.co/
version: 8.5.1
alias: log-storage
condition: seperateInternalELKStack
- name: kibana
repository: https://helm.elastic.co/
version: 7.17.3
alias: kibana
condition: internalELKStack
- name: minio
repository: https://helm.min.io/
version: 5.0
alias: filestore
condition: internalFilestore