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

Commit

Permalink
update zookeeper depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jun 18, 2019
1 parent 7f348c6 commit 2647605
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@
.idea/
*.tmproj

*.tgz
.circleci/
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nifi
version: 0.1.0
appVersion: 1.8.0
appVersion: 1.9.2
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
- nifi
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Initially inspired from https://github.com/YolandaMDavis/apache-nifi.
## Todo list

* Nifi replicaCount > 1 is unstable for the moment.
* Upgrade Zookeeper dependency.
* Add LDAP support.
* ...

Expand Down
4 changes: 2 additions & 2 deletions requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dependencies:
- name: zookeeper
version: 0.6.4
repository: https://kubernetes-charts-incubator.storage.googleapis.com
version: 1.3.1
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
condition: zookeeper.enabled

0 comments on commit 2647605

Please sign in to comment.