forked from cetic/helm-nifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
31 lines (31 loc) · 879 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
31
---
apiVersion: v2
name: nifi
version: 0.6.0
appVersion: 1.12.1
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
- nifi
- data
- process
home: https://nifi.apache.org/
icon: https://svn.apache.org/repos/asf/nifi/site/trunk/images/niFi-logo-horizontal-scaled.png
source:
- https://github.com/cetic/helm-nifi
maintainers:
- name: alexnuttinck
email: [email protected]
url: https://github.com/alexnuttinck
dependencies:
- name: zookeeper
version: 5.23.0
repository: https://charts.bitnami.com/bitnami
condition: zookeeper.enabled
- name: nifi-registry
alias: registry
version: 0.1.1
repository: https://dysnix.github.io/charts/
condition: registry.enabled
- name: ca
version: 1.0.1
condition: ca.enabled