File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
data-lakehouse-iceberg-trino-spark
nifi-kafka-druid-superset-s3 Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : nifi
66spec :
77 image :
8- productVersion : 2.2 .0
8+ productVersion : 2.4 .0
99 clusterConfig :
1010 authentication :
1111 - authenticationClass : nifi-admin-credentials
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : nifi
66spec :
77 image :
8- productVersion : 2.2 .0
8+ productVersion : 2.4 .0
99 clusterConfig :
1010 authentication :
1111 - authenticationClass : nifi-admin-credentials
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ metadata:
55 name : nifi
66spec :
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
You can’t perform that action at this time.
0 commit comments