-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathChart.yaml
More file actions
49 lines (49 loc) · 1.63 KB
/
Copy pathChart.yaml
File metadata and controls
49 lines (49 loc) · 1.63 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
43
44
45
46
47
48
49
apiVersion: v2
name: nifi
description: Production-ready Apache NiFi Helm chart with enterprise authentication, high availability, and advanced security features
# Chart type - application chart for deployment
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.28.1"
# Chart metadata
home: https://github.com/sakkiii/apache-nifi-helm
sources:
- https://github.com/sakkiii/apache-nifi-helm
- https://github.com/apache/nifi
maintainers:
- name: sakkiii
email: saket@example.com
url: https://github.com/sakkiii
# Keywords for discoverability
keywords:
- nifi
- apache
- dataflow
- etl
- streaming
- data-processing
- enterprise
- authentication
- clustering
# Annotations
annotations:
category: Analytics
licenses: Apache-2.0
images: |
- name: nifi
image: apache/nifi:1.28.1
- name: zookeeper
image: bitnami/zookeeper:3.9.2-debian-12-r7
dependencies:
- condition: zookeeper.enabled
name: zookeeper
repository: https://charts.bitnami.com/bitnami
version: 13.4.14
# Note: ZooKeeper is automatically disabled when using Kubernetes state management