Skip to content

Commit 6e6d156

Browse files
authored
chore: use new testing-tools image (#724)
* chore: use new testing-tools image * chore: changelog
1 parent 609f429 commit 6e6d156

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
- The custom `hbase.rest.hostname` and native `hbase.rest.port` properties cannot be used for
99
discovery advertisement, as these should remain stable regardless of listener class used to expose the REST service.
1010

11+
### Changed
12+
13+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#724]).
14+
1115
[#708]: https://github.com/stackabletech/hbase-operator/pull/708
1216
[#716]: https://github.com/stackabletech/hbase-operator/pull/716
17+
[#724]: https://github.com/stackabletech/hbase-operator/pull/724
1318

1419
## [25.11.0] - 2025-11-07
1520

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)