From e3c061fa30bb265facc90ba2848626e7cfe4ebb2 Mon Sep 17 00:00:00 2001 From: Ciaran George Date: Tue, 9 Jan 2024 13:12:41 +0000 Subject: [PATCH] Make compatible with apache/nifi >= 2.0.0-M1 * Make compatible with apache/nifu >= 2.0.0-M1 * trigger GitHub actions --------- Signed-off-by: Ciaran George --- Chart.yaml | 4 ++-- configs/nifi.properties | 4 +++- values.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 535998ab..d948ac09 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/configs/nifi.properties b/configs/nifi.properties index 5a0d67fd..2780208b 100644 --- a/configs/nifi.properties +++ b/configs/nifi.properties @@ -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 diff --git a/values.yaml b/values.yaml index e58c2a1c..75fe0f60 100644 --- a/values.yaml +++ b/values.yaml @@ -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.