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

Make compatible with apache/nifi >= 2.0.0-M1 #327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: nifi
version: 1.2.0
appVersion: 1.23.2
version: 2.0.0
appVersion: 2.0.0-M1
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
4 changes: 3 additions & 1 deletion configs/nifi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
# limitations under the License.

# Core Properties #
nifi.flow.configuration.file=../data/flow.xml.gz
nifi.flow.configuration.file=../data/flow.json.gz
# If using NIFI 1.X.X use this instead of the above property.
# nifi.flow.configuration.file=../data/flow.xml.gz
nifi.flow.configuration.archive.enabled=true
nifi.flow.configuration.archive.dir=../data/archive/
nifi.flow.configuration.archive.max.time=30 days
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
##
image:
repository: apache/nifi
tag: "1.23.2"
tag: "2.0.0-M1"
pullPolicy: "IfNotPresent"

## Optionally specify an imagePullSecret.
Expand Down
Loading