Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file.

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

### Fixed

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

## [25.7.0] - 2025-07-23

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
{% endif %}
containers:
- name: trino-test-helper
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
volumeMounts:
- name: tls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: integration-tests-sa
containers:
- name: trino-test-helper
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/listener/20-install-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: integration-tests-sa
containers:
- name: trino-test-helper
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
serviceAccount: integration-tests-sa
containers:
- name: trino-test-runner
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
stdin: true
tty: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: integration-tests-sa
containers:
- name: trino-test-opa
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/20-install-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: integration-tests-sa
containers:
- name: trino-test-helper
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke_aws/20-install-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# serviceAccount: integration-tests-sa
containers:
- name: trino-test-helper
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/tls/20-install-check.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
fsGroup: 1000
containers:
- name: trino-test-helper
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools/trino:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
{% if test_scenario['values']['use-tls'] == 'true' %}
volumeMounts:
Expand Down