Skip to content

Commit f01d551

Browse files
committed
chore: Bump to 25.7.0-rc1
1 parent aa5b040 commit f01d551

36 files changed

Lines changed: 54 additions & 54 deletions

demos/airflow-scheduled-job/03-enable-and-run-spark-dag.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: start-pyspark-job
11-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0
11+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0-rc1
1212
# N.B. it is possible for the scheduler to report that a DAG exists, only for the worker task to fail if a pod is unexpectedly
1313
# restarted. Additionally, the db-init job takes a few minutes to complete before the cluster is deployed. The wait/watch steps
1414
# below are not "water-tight" but add a layer of stability by at least ensuring that the db is initialized and ready and that

demos/airflow-scheduled-job/04-enable-and-run-date-dag.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: start-date-job
11-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0
11+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0-rc1
1212
# N.B. it is possible for the scheduler to report that a DAG exists, only for the worker task to fail if a pod is unexpectedly
1313
# restarted. Additionally, the db-init job takes a few minutes to complete before the cluster is deployed. The wait/watch steps
1414
# below are not "water-tight" but add a layer of stability by at least ensuring that the db is initialized and ready and that

demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
serviceAccountName: demo-serviceaccount
1010
initContainers:
1111
- name: wait-for-kafka
12-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0
12+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0-rc1
1313
command:
1414
- bash
1515
- -euo
@@ -22,7 +22,7 @@ spec:
2222
kubectl wait --for=condition=ready --timeout=30m pod -l app.kubernetes.io/instance=kafka,app.kubernetes.io/name=kafka
2323
containers:
2424
- name: create-nifi-ingestion-job
25-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0
25+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0-rc1
2626
command:
2727
- bash
2828
- -euo

demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: demo-serviceaccount
1313
initContainers:
1414
- name: wait-for-resources
15-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0
15+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0-rc1
1616
command:
1717
- bash
1818
- -euo
@@ -26,7 +26,7 @@ spec:
2626
echo 'Waiting for all nifi instances to be ready'
2727
kubectl wait --for=condition=ready --timeout=30m pod -l app.kubernetes.io/name=nifi,app.kubernetes.io/instance=nifi
2828
- name: wait-for-kafka-topics
29-
image: oci.stackable.tech/sdp/kafka:3.9.1-stackable25.7.0
29+
image: oci.stackable.tech/sdp/kafka:3.9.1-stackable25.7.0-rc1
3030
command:
3131
- bash
3232
- -euo
@@ -92,7 +92,7 @@ spec:
9292
mountPath: /stackable/tls-kcat
9393
containers:
9494
- name: create-spark-ingestion-job
95-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0
95+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0-rc1
9696
command:
9797
- bash
9898
- -euo

demos/data-lakehouse-iceberg-trino-spark/create-trino-tables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
serviceAccountName: demo-serviceaccount
1010
initContainers:
1111
- name: wait-for-testdata
12-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0
12+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.7.0-rc1
1313
command:
1414
- bash
1515
- -euo
@@ -20,7 +20,7 @@ spec:
2020
kubectl wait --for=condition=complete --timeout=30m job/load-test-data
2121
containers:
2222
- name: create-tables-in-trino
23-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0
23+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0-rc1
2424
command: ["bash", "-c", "python -u /tmp/script/script.py"]
2525
volumeMounts:
2626
- name: script

demos/data-lakehouse-iceberg-trino-spark/setup-superset.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: setup-superset
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0
11+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0-rc1
1212
command:
1313
- bash
1414
- -euo

demos/end-to-end-security/create-spark-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: demo-serviceaccount
1313
initContainers:
1414
- name: wait-for-trino-tables
15-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0
15+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0-rc1
1616
command:
1717
- bash
1818
- -euo
@@ -23,7 +23,7 @@ spec:
2323
kubectl wait --timeout=30m --for=condition=complete job/create-tables-in-trino
2424
containers:
2525
- name: create-spark-report
26-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0
26+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0-rc1
2727
command:
2828
- bash
2929
- -euo

demos/end-to-end-security/create-trino-tables.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: create-tables-in-trino
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0
11+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.7.0-rc1
1212
command: ["bash", "-c", "python -u /tmp/script/script.py"]
1313
volumeMounts:
1414
- name: script

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: oci.stackable.tech/sdp/hbase:2.6.1-stackable25.7.0
12+
image: oci.stackable.tech/sdp/hbase:2.6.1-stackable25.7.0-rc1
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: oci.stackable.tech/sdp/hadoop:3.4.1-stackable25.7.0
11+
image: oci.stackable.tech/sdp/hadoop:3.4.1-stackable25.7.0-rc1
1212
# yamllint disable rule:line-length
1313
command: ["bash", "-c", "/stackable/hadoop/bin/hdfs dfs -mkdir -p /ny-taxi-data/raw \
1414
&& cd /tmp \

0 commit comments

Comments
 (0)