forked from stafftastic/jitsu-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
29 lines (27 loc) · 801 Bytes
/
Chart.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
apiVersion: v2
name: jitsu
type: application
# Chart version is set automatically as part of the release process
version: 0.0.0
appVersion: 2.7.0
dependencies:
- name: postgresql
version: ^14.0.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: redis
version: ^18.12.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
- name: kafka
version: ^26.8.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: kafka.enabled
- name: mongodb
version: ^14.8.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: mongodb.enabled
- name: clickhouse
version: ^6.0.2
repository: oci://registry-1.docker.io/bitnamicharts
condition: clickhouse.enabled