Skip to content

Commit b6dadfc

Browse files
authored
chore: use new testing-tools image (#925)
* chore: use new testing-tools image * chore: changelog
1 parent 7d37362 commit b6dadfc

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Changed
88

99
- Refactor: move server configuration properties from the command line to configuration files. ([#911]).
10+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#925]).
1011

1112
### Removed
1213

@@ -16,6 +17,7 @@ All notable changes to this project will be documented in this file.
1617
[#911]: https://github.com/stackabletech/kafka-operator/pull/911
1718
[#914]: https://github.com/stackabletech/kafka-operator/pull/914
1819
[#915]: https://github.com/stackabletech/kafka-operator/pull/915
20+
[#925]: https://github.com/stackabletech/kafka-operator/pull/925
1921

2022
## [25.11.0] - 2025-11-07
2123

tests/templates/kuttl/logging/05-install-kafka-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: kafka-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/smoke-kraft/40-install-test-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: webhdfs
26-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
26+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2727
stdin: true
2828
tty: true
2929
resources:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: webhdfs
26-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
26+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2727
stdin: true
2828
tty: true
2929
resources:

0 commit comments

Comments
 (0)