forked from stafftastic/jitsu-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
30 lines (28 loc) · 856 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
30
apiVersion: v2
name: jitsu
type: application
# Chart version is set automatically as part of the release process.
# See releases on GitHub to find the latest version.
version: 0.0.0
appVersion: 2.8.5
dependencies:
- name: postgresql
version: ^15.5.38
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: redis
version: ^20.2.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
- name: kafka
version: ^30.1.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: kafka.enabled
- name: mongodb
version: ^16.0.3
repository: oci://registry-1.docker.io/bitnamicharts
condition: mongodb.enabled
- name: clickhouse
version: ^6.2.27
repository: oci://registry-1.docker.io/bitnamicharts
condition: clickhouse.enabled