diff --git a/CHANGELOG.md b/CHANGELOG.md index 3258f23b..ceb07b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/tests/templates/kuttl/authentication/05-install-test-trino.yaml.j2 b/tests/templates/kuttl/authentication/05-install-test-trino.yaml.j2 index 195c3e8d..44b11da2 100644 --- a/tests/templates/kuttl/authentication/05-install-test-trino.yaml.j2 +++ b/tests/templates/kuttl/authentication/05-install-test-trino.yaml.j2 @@ -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 diff --git a/tests/templates/kuttl/fault-tolerant-execution/03-install-test-helper.yaml b/tests/templates/kuttl/fault-tolerant-execution/03-install-test-helper.yaml index 4980bd6f..ff0d29e6 100644 --- a/tests/templates/kuttl/fault-tolerant-execution/03-install-test-helper.yaml +++ b/tests/templates/kuttl/fault-tolerant-execution/03-install-test-helper.yaml @@ -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: diff --git a/tests/templates/kuttl/listener/20-install-check.yaml b/tests/templates/kuttl/listener/20-install-check.yaml index cbd9fb4c..e677cff3 100644 --- a/tests/templates/kuttl/listener/20-install-check.yaml +++ b/tests/templates/kuttl/listener/20-install-check.yaml @@ -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: diff --git a/tests/templates/kuttl/logging/04-install-trino-test-runner.yaml b/tests/templates/kuttl/logging/04-install-trino-test-runner.yaml index c70f6611..b0bf07dd 100644 --- a/tests/templates/kuttl/logging/04-install-trino-test-runner.yaml +++ b/tests/templates/kuttl/logging/04-install-trino-test-runner.yaml @@ -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 diff --git a/tests/templates/kuttl/opa-authorization/30-install-opa-check.yaml b/tests/templates/kuttl/opa-authorization/30-install-opa-check.yaml index 3c781305..15c6a6ac 100644 --- a/tests/templates/kuttl/opa-authorization/30-install-opa-check.yaml +++ b/tests/templates/kuttl/opa-authorization/30-install-opa-check.yaml @@ -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: diff --git a/tests/templates/kuttl/smoke/20-install-check.yaml b/tests/templates/kuttl/smoke/20-install-check.yaml index cbd9fb4c..e677cff3 100644 --- a/tests/templates/kuttl/smoke/20-install-check.yaml +++ b/tests/templates/kuttl/smoke/20-install-check.yaml @@ -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: diff --git a/tests/templates/kuttl/smoke_aws/20-install-check.yaml b/tests/templates/kuttl/smoke_aws/20-install-check.yaml index 6547a854..a5434b17 100644 --- a/tests/templates/kuttl/smoke_aws/20-install-check.yaml +++ b/tests/templates/kuttl/smoke_aws/20-install-check.yaml @@ -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: diff --git a/tests/templates/kuttl/tls/20-install-check.yaml.j2 b/tests/templates/kuttl/tls/20-install-check.yaml.j2 index 241de130..b03db59a 100644 --- a/tests/templates/kuttl/tls/20-install-check.yaml.j2 +++ b/tests/templates/kuttl/tls/20-install-check.yaml.j2 @@ -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: