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

Commit

Permalink
Make compatible with apache/nifi >= 2.0.0-M1
Browse files Browse the repository at this point in the history
        * Make compatible with apache/nifu >= 2.0.0-M1
        * trigger GitHub actions

        ---------

        Signed-off-by: Ciaran George <[email protected]>
  • Loading branch information
CGeorgeLowe committed Jan 9, 2024
1 parent ada0baf commit e3c061f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
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

0 comments on commit e3c061f

Please sign in to comment.