Skip to content

Commit 4842c08

Browse files
authored
chore: use new testing-tools image (#638)
* chore: use new testing-tools image * chore: changelog
1 parent a8c9d5c commit 4842c08

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

CHANGELOG.md

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

4444
- Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#622]).
45+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#638]).
4546

4647
[#589]: https://github.com/stackabletech/spark-k8s-operator/pull/589
4748
[#603]: https://github.com/stackabletech/spark-k8s-operator/pull/603
@@ -52,6 +53,7 @@ All notable changes to this project will be documented in this file.
5253
[#617]: https://github.com/stackabletech/spark-k8s-operator/pull/617
5354
[#619]: https://github.com/stackabletech/spark-k8s-operator/pull/619
5455
[#622]: https://github.com/stackabletech/spark-k8s-operator/pull/622
56+
[#638]: https://github.com/stackabletech/spark-k8s-operator/pull/638
5557

5658
## [25.7.0] - 2025-07-23
5759

tests/templates/kuttl/custom-log-directory/20-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
activeDeadlineSeconds: 100
1111
containers:
1212
- name: history-api-check
13-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
13+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1414
command:
1515
[
1616
"bash",

tests/templates/kuttl/logging/10-install-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: 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/overrides/20-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
activeDeadlineSeconds: 100
1111
containers:
1212
- name: history-api-check
13-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
13+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1414
command:
1515
[
1616
"bash",

tests/templates/kuttl/smoke/60-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
activeDeadlineSeconds: 100
1111
containers:
1212
- name: history-api-check
13-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
13+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1414
command:
1515
[
1616
"bash",

tests/templates/kuttl/spark-connect/40-install-test-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ metadata:
5252
spec:
5353
containers:
5454
- name: tools
55-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
55+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
5656
stdin: true
5757
tty: true
5858
resources:

tests/templates/kuttl/spark-history-server/20-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
activeDeadlineSeconds: 100
1111
containers:
1212
- name: history-api-check
13-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
13+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1414
command:
1515
[
1616
"bash",

tests/templates/kuttl/spark-history-server/30-install-test-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ metadata:
4040
spec:
4141
containers:
4242
- name: tools
43-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
43+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
4444
stdin: true
4545
tty: true
4646
resources:

0 commit comments

Comments
 (0)