Skip to content

Commit dddd277

Browse files
committed
chore: use new testing-tools image
1 parent 80c1c7f commit dddd277

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
shareProcessNamespace: true
1919
containers:
2020
- name: hdfs-test-runner
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2222
args: [sleep, infinity]
2323
stdin: true
2424
tty: true

tests/templates/kuttl/profiling/04-install-test-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
fsGroup: 1000
2727
containers:
2828
- name: python
29-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
29+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
3030
stdin: true
3131
tty: true
3232
resources:

tests/templates/kuttl/smoke/40-install-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
shareProcessNamespace: true
1919
containers:
2020
- name: test-runner
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2222
args: [sleep, infinity]
2323
stdin: true
2424
tty: true

0 commit comments

Comments
 (0)