Skip to content

Commit abda6ef

Browse files
committed
chore(release): Update image references with stackable25.11.0
1 parent ed79ef3 commit abda6ef

38 files changed

+56
-56
lines changed

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-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
1212
# N.B. it is possible for the scheduler to report that a DAG exists,
1313
# only for the worker task to fail if a pod is unexpectedly
1414
# restarted. The wait/watch steps below are not "water-tight" but add

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-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
1212
# N.B. it is possible for the scheduler to report that a DAG exists,
1313
# only for the worker task to fail if a pod is unexpectedly
1414
# restarted. The wait/watch steps below are not "water-tight" but add

demos/airflow-scheduled-job/05-enable-and-run-kafka-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-kafka-job
11-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
1212
env:
1313
- name: NAMESPACE
1414
valueFrom:

demos/airflow-scheduled-job/06-create-opa-users.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-users-job
11-
image: oci.stackable.tech/sdp/tools:1.0.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
1212
# N.B. it is possible for the scheduler to report that a DAG exists,
1313
# only for the worker task to fail if a pod is unexpectedly
1414
# restarted. The wait/watch steps below are not "water-tight" but add

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-stackable0.0.0-dev
12+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
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-stackable0.0.0-dev
25+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.11.0
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-stackable0.0.0-dev
15+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
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:4.1.0-stackable0.0.0-dev
29+
image: oci.stackable.tech/sdp/kafka:4.1.0-stackable25.11.0
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-stackable0.0.0-dev
95+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
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-stackable0.0.0-dev
12+
image: oci.stackable.tech/sdp/tools:1.0.0-stackable25.11.0
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-stackable0.0.0-dev
23+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.11.0
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-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.11.0
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-stackable0.0.0-dev
15+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.11.0
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-stackable0.0.0-dev
26+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.11.0
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-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable25.11.0
1212
command: ["bash", "-c", "python -u /tmp/script/script.py"]
1313
volumeMounts:
1414
- name: script

0 commit comments

Comments
 (0)