Skip to content

Commit 3f39aaa

Browse files
authored
fix for end-to-end-demo (#89)
1 parent 429587c commit 3f39aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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: docker.stackable.tech/stackable/tools:1.0.0-stackable24.7.0
15+
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable24.7.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: docker.stackable.tech/stackable/tools:1.0.0-stackable24.7.0
26+
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable24.7.0
2727
command:
2828
- bash
2929
- -euo

0 commit comments

Comments
 (0)