Skip to content

Commit a1d69c8

Browse files
authored
chore: use new testing-tools image (#998)
1 parent 848b008 commit a1d69c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/templates/kuttl/logging/20-install-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ spec:
2929
spec:
3030
containers:
3131
- name: zk-test-helper
32-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
32+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
3333
stdin: true
3434
tty: true

tests/templates/kuttl/smoke/20-install-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
spec:
3030
containers:
3131
- name: zk-test-helper
32-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
32+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
3333
stdin: true
3434
tty: true
3535
resources:

0 commit comments

Comments
 (0)