Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
bump chart and add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jul 27, 2020
1 parent 922c377 commit 8087860
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: nifi
version: 0.4.4
version: 0.5.0
appVersion: 1.11.4
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
Expand All @@ -22,6 +22,7 @@ dependencies:
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
condition: zookeeper.enabled
- name: nifi-registry
alias: regitsry
version: 0.1.0
repository: https://dysnix.github.io/charts/
condition: registry.enabled
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The following table lists the configurable parameters of the nifi chart and the
| **registry** |
|`registry.enabled` | If true, deploy Nifi Registry | `true` |
|`registry.url` | If the Nifi Registry Chart is disabled a URL and port are required to connect | `nil` |
|`registry.port` | If the Nifi Registry Chart is disabled a URL and port are required to connect | `2181` |
|`registry.port` | If the Nifi Registry Chart is disabled a URL and port are required to connect | `80` |

## Credits

Expand Down
2 changes: 2 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,5 @@ registry:
enabled: true
url: ""
port: 80
## Add values for the nifi-registry here
## ref: https://github.com/dysnix/charts/blob/master/nifi-registry/values.yaml

0 comments on commit 8087860

Please sign in to comment.