forked from cetic/helm-nifi
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct deployment of NiFi Helm chart version 1.3.1 (#21)
- Loading branch information
Showing
1 changed file
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,57 @@ entries: | |
nifi: | ||
- apiVersion: v2 | ||
appVersion: 1.27.0 | ||
created: "2024-08-05T18:22:35.521762+09:00" | ||
created: "2024-09-09T14:45:56.909787+09:00" | ||
dependencies: | ||
- condition: zookeeper.enabled | ||
name: zookeeper | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 13.4.8 | ||
- alias: registry | ||
condition: registry.enabled | ||
name: nifi-registry | ||
repository: https://dysnix.github.io/charts/ | ||
version: 1.1.5 | ||
- condition: ca.enabled | ||
name: ca | ||
repository: "" | ||
version: 1.0.1 | ||
- condition: openldap.enabled | ||
name: openldap | ||
repository: https://charts.helm.sh/stable | ||
version: ~1.2.4 | ||
description: Apache NiFi is a software project from the Apache Software Foundation | ||
designed to automate the flow of data between software systems. | ||
digest: 12c98dbd00d0d628fba29e6c5c90237a0a48ac1ee5cc3a4ba469f5782f43b140 | ||
home: https://nifi.apache.org/ | ||
icon: https://svn.apache.org/repos/asf/nifi/site/trunk/images/niFi-logo-horizontal-scaled.png | ||
keywords: | ||
- nifi | ||
- data | ||
- process | ||
maintainers: | ||
- email: [email protected] | ||
name: banzo | ||
url: https://github.com/banzo | ||
- email: [email protected] | ||
name: AyadiAmen | ||
url: https://github.com/AyadiAmen | ||
- email: [email protected] | ||
name: alexnuttinck | ||
url: https://github.com/alexnuttinck | ||
- email: [email protected] | ||
name: zakaria2905 | ||
url: https://github.com/zakaria2905 | ||
- email: [email protected] | ||
name: dp-daesung | ||
url: https://github.com/dp-daesung | ||
name: nifi | ||
urls: | ||
- dist/nifi-1.3.1.tgz | ||
version: 1.3.1 | ||
- apiVersion: v2 | ||
appVersion: 1.27.0 | ||
created: "2024-09-09T14:45:56.903808+09:00" | ||
dependencies: | ||
- condition: zookeeper.enabled | ||
name: zookeeper | ||
|
@@ -54,7 +104,7 @@ entries: | |
nifi-registry: | ||
- apiVersion: v2 | ||
appVersion: 0.8.0 | ||
created: "2024-08-05T18:22:35.5116+09:00" | ||
created: "2024-09-09T14:45:56.893774+09:00" | ||
description: A subproject of Apache NiFi to store and manage shared resources. | ||
digest: 94f8cf73f20faaa36a3ff03fb2eeac1dd01614af8246a93cbc3c79722fbef72a | ||
home: https://github.com/dysnix/charts/tree/master/dysnix/nifi-registry | ||
|
@@ -70,7 +120,7 @@ entries: | |
openldap: | ||
- apiVersion: v1 | ||
appVersion: 2.4.48 | ||
created: "2024-08-05T18:22:35.512+09:00" | ||
created: "2024-09-09T14:45:56.894353+09:00" | ||
deprecated: true | ||
description: DEPRECATED - Community developed LDAP software | ||
digest: addd603ed45a87bc275c2d77d91b43b0c8b9ad987e6a160a68fefd49583c737c | ||
|
@@ -96,7 +146,7 @@ entries: | |
licenses: Apache-2.0 | ||
apiVersion: v2 | ||
appVersion: 3.9.2 | ||
created: "2024-08-05T18:22:35.514275+09:00" | ||
created: "2024-09-09T14:45:56.897478+09:00" | ||
dependencies: | ||
- name: common | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
|
@@ -119,4 +169,4 @@ entries: | |
urls: | ||
- charts/zookeeper-13.4.8.tgz | ||
version: 13.4.8 | ||
generated: "2024-08-05T18:22:35.510456+09:00" | ||
generated: "2024-09-09T14:45:56.892152+09:00" |