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 6
6
push :
7
7
branches :
8
8
- 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)?
10
12
# - release-*
11
13
paths :
12
14
- demos/signal-processing/Dockerfile-nifi
23
25
image-name : nifi
24
26
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
25
27
# 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
27
29
containerfile-path : demos/signal-processing/Dockerfile-nifi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : nifi
6
6
spec :
7
7
image :
8
- productVersion : 2.2 .0
8
+ productVersion : 2.4 .0
9
9
clusterConfig :
10
10
authentication :
11
11
- authenticationClass : nifi-admin-credentials
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : nifi
6
6
spec :
7
7
image :
8
- productVersion : 2.2 .0
8
+ productVersion : 2.4 .0
9
9
clusterConfig :
10
10
authentication :
11
11
- authenticationClass : nifi-admin-credentials
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ metadata:
5
5
name : nifi
6
6
spec :
7
7
image :
8
- productVersion : 2.2 .0
8
+ productVersion : 2.4 .0
9
9
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
10
10
# 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
12
12
# pullPolicy: IfNotPresent
13
13
clusterConfig :
14
14
listenerClass : external-unstable
You can’t perform that action at this time.
0 commit comments