Skip to content

Commit a14cb88

Browse files
authored
chore(nifi): Bump to 2.4.0 (#219)
1 parent 280214f commit a14cb88

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/dev_nifi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
push:
77
branches:
88
- main
9-
# TODO (@NickLarsenNZ): Also build on release branches, but with a stackable0.0.0-dev or stackableXX.X.X tag.
9+
# TODO (@NickLarsenNZ): Also build on release branches, but with a stackable0.0.0-dev or stackableYY.M.X tag.
10+
# The current problem is that we don't know the patch level, so do we always build for `.0`, or just drop that
11+
# (eg: stackableYY.M), but then do we do the same for main (eg: 0.0-dev)?
1012
# - release-*
1113
paths:
1214
- demos/signal-processing/Dockerfile-nifi
@@ -23,5 +25,5 @@ jobs:
2325
image-name: nifi
2426
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
2527
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
26-
image-version: 2.2.0-postgresql
28+
image-version: 2.4.0-postgresql
2729
containerfile-path: demos/signal-processing/Dockerfile-nifi

stacks/data-lakehouse-iceberg-trino-spark/nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: nifi
66
spec:
77
image:
8-
productVersion: 2.2.0
8+
productVersion: 2.4.0
99
clusterConfig:
1010
authentication:
1111
- authenticationClass: nifi-admin-credentials

stacks/nifi-kafka-druid-superset-s3/nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: nifi
66
spec:
77
image:
8-
productVersion: 2.2.0
8+
productVersion: 2.4.0
99
clusterConfig:
1010
authentication:
1111
- authenticationClass: nifi-admin-credentials

stacks/signal-processing/nifi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ metadata:
55
name: nifi
66
spec:
77
image:
8-
productVersion: 2.2.0
8+
productVersion: 2.4.0
99
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
1010
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
11-
custom: oci.stackable.tech/demos/nifi:2.2.0-postgresql
11+
custom: oci.stackable.tech/demos/nifi:2.4.0-postgresql
1212
# pullPolicy: IfNotPresent
1313
clusterConfig:
1414
listenerClass: external-unstable

0 commit comments

Comments
 (0)