Skip to content

Commit 4e57630

Browse files
committed
chore: use new testing-tools image
1 parent 609f429 commit 4e57630

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/templates/kuttl/kerberos/42-test-rest-server.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands:
1515
serviceAccountName: test-sa
1616
containers:
1717
- name: test-rest-server
18-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
18+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1919
command:
2020
- /bin/bash
2121
- -c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: hbase-test-runner
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

tests/templates/kuttl/opa/42-test-rest-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
serviceAccountName: test-sa
1010
containers:
1111
- name: test-rest-server
12-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
12+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1313
command:
1414
- /bin/bash
1515
- -c

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-hbase-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: hbase-test-runner
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true
2323
resources:

0 commit comments

Comments
 (0)