-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathChart.yaml
More file actions
42 lines (42 loc) · 1.25 KB
/
Chart.yaml
File metadata and controls
42 lines (42 loc) · 1.25 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
apiVersion: v2
name: frontend
version: 1.16.0
dependencies:
- name: mariadb
version: 7.10.x
repository: https://storage.googleapis.com/charts.wdr.io
condition: mariadb.enabled
- name: mailhog
version: 5.1.x
repository: https://storage.googleapis.com/charts.wdr.io
condition: mailhog.enabled
- name: mailpit
version: 0.24.x
repository: https://jouve.github.io/charts/
condition: mailpit.enabled
- name: elasticsearch
version: 8.5.x
# repository: https://helm.elastic.co
# Forked at https://github.com/elastic/helm-charts/commit/2fd64d0af65f14df7aa01da591919460dabac4b3
repository: file://../elasticsearch
condition: elasticsearch.enabled
- name: rabbitmq
version: 6.17.x
repository: https://storage.googleapis.com/charts.wdr.io
condition: rabbitmq.enabled
- name: mongodb
version: 14.12.x
repository: oci://registry-1.docker.io/bitnamicharts
condition: mongodb.enabled
- name: postgresql
version: 13.2.x
# repository: https://charts.bitnami.com/bitnami
repository: https://storage.googleapis.com/charts.wdr.io
condition: postgresql.enabled
- name: silta-release
version: ^1.x
repository: file://../silta-release
- name: redis
version: 19.1.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled