-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
33 lines (32 loc) · 792 Bytes
/
Copy pathChart.yaml
File metadata and controls
33 lines (32 loc) · 792 Bytes
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
apiVersion: v2
name: cdp-forge
description: A Helm chart for CDP Forge
type: application
version: 0.1.0
appVersion: "1.0.0"
keywords:
- cdp
- forge
- kafka
- strimzi
- opensearch
- mysql
home: https://github.com/your-org/cdp-forge
sources:
- https://github.com/your-org/cdp-forge
maintainers:
- name: CDP Team
email: [email protected]
dependencies:
- name: mysql
version: 9.14.2
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
- name: opensearch
version: 3.1.0
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch.enabled
- name: opensearch-dashboards
version: 2.17.0
repository: https://opensearch-project.github.io/helm-charts/
condition: opensearch-dashboards.enabled