Skip to content

Commit a35fd39

Browse files
committed
revert changes for products
1 parent 751e78a commit a35fd39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/hbase-hdfs-load-cycling-data/create-hfile-and-import-to-hbase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
spec:
1010
containers:
1111
- name: create-hfile-and-import-to-hbase
12-
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1
12+
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable0.0.0-dev
1313
env:
1414
- name: HADOOP_USER_NAME
1515
value: stackable

demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/load-test-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: load-ny-taxi-data
11-
image: docker.stackable.tech/stackable/hadoop:3.4.0-stackable24.11.1
11+
image: docker.stackable.tech/stackable/hadoop:3.4.0-stackable0.0.0-dev
1212
# yamllint disable rule:line-length
1313
command: ["bash", "-c", "/stackable/hadoop/bin/hdfs dfs -mkdir -p /ny-taxi-data/raw \
1414
&& cd /tmp \

stacks/signal-processing/jupyterhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ options:
3030
singleuser:
3131
cmd: null
3232
image:
33-
# TODO (@NickLarsenNZ): Use a versioned image with stackable24.11.1 or stackableXX.X.X so that
33+
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
3434
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
3535
name: docker.stackable.tech/demos/jupyter-pyspark-with-alibi-detect
3636
tag: python-3.9

stacks/signal-processing/nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: 1.27.0
9-
# TODO (@NickLarsenNZ): Use a versioned image with stackable24.11.1 or stackableXX.X.X so that
9+
# 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.
1111
custom: docker.stackable.tech/demos/nifi:1.27.0-postgresql
1212
clusterConfig:

0 commit comments

Comments
 (0)