Skip to content

Commit 0d555c0

Browse files
authored
chore: use new testing-tools image (#829)
* chore: use new testing-tools image * chore: changelog
1 parent b80b64b commit 0d555c0

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

CHANGELOG.md

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

2727
- Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#810]).
2828
- Deprecate Trino 451 and 476 ([#801]).
29+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#829]).
2930

3031
### Fixed
3132

@@ -51,6 +52,7 @@ All notable changes to this project will be documented in this file.
5152
[#807]: https://github.com/stackabletech/trino-operator/pull/807
5253
[#810]: https://github.com/stackabletech/trino-operator/pull/810
5354
[#812]: https://github.com/stackabletech/trino-operator/pull/812
55+
[#829]: https://github.com/stackabletech/trino-operator/pull/829
5456

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

tests/templates/kuttl/authentication/05-install-test-trino.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
{% endif %}
2323
containers:
2424
- name: trino-test-helper
25-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
25+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2626
command: ["sleep", "infinity"]
2727
volumeMounts:
2828
- name: tls

tests/templates/kuttl/fault-tolerant-execution/03-install-test-helper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccount: integration-tests-sa
1919
containers:
2020
- name: trino-test-helper
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2222
command: ["sleep", "infinity"]
2323
resources:
2424
requests:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccount: integration-tests-sa
1919
containers:
2020
- name: trino-test-helper
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2222
command: ["sleep", "infinity"]
2323
resources:
2424
requests:

tests/templates/kuttl/logging/04-install-trino-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ spec:
1818
serviceAccount: integration-tests-sa
1919
containers:
2020
- name: trino-test-runner
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2222
stdin: true
2323
tty: true

tests/templates/kuttl/opa-authorization/30-install-opa-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccount: integration-tests-sa
1919
containers:
2020
- name: trino-test-opa
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2222
command: ["sleep", "infinity"]
2323
resources:
2424
requests:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccount: integration-tests-sa
1919
containers:
2020
- name: trino-test-helper
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2222
command: ["sleep", "infinity"]
2323
resources:
2424
requests:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
# serviceAccount: integration-tests-sa
1919
containers:
2020
- name: trino-test-helper
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2222
command: ["sleep", "infinity"]
2323
resources:
2424
requests:

tests/templates/kuttl/tls/20-install-check.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
fsGroup: 1000
2121
containers:
2222
- name: trino-test-helper
23-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
23+
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
2424
command: ["sleep", "infinity"]
2525
{% if test_scenario['values']['use-tls'] == 'true' %}
2626
volumeMounts:

0 commit comments

Comments
 (0)