diff --git a/CHANGELOG.md b/CHANGELOG.md index 259da2fc..ed585746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,12 @@ All notable changes to this project will be documented in this file. - Add OPA authorization using the operator-rs `OpaConfig` ([#652]). +### Changed + +- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#664]). + [#652]: https://github.com/stackabletech/hive-operator/pull/652 +[#664]: https://github.com/stackabletech/hive-operator/pull/664 ## [25.11.0] - 2025-11-07 diff --git a/docs/modules/hive/examples/getting_started/hive-test-helper.yaml b/docs/modules/hive/examples/getting_started/hive-test-helper.yaml index c4a6d3c7..a5c7b93d 100644 --- a/docs/modules/hive/examples/getting_started/hive-test-helper.yaml +++ b/docs/modules/hive/examples/getting_started/hive-test-helper.yaml @@ -18,6 +18,6 @@ spec: spec: containers: - name: hive-test-helper - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev stdin: true tty: true diff --git a/tests/templates/kuttl/kerberos-hdfs/70-install-access-hive.yaml.j2 b/tests/templates/kuttl/kerberos-hdfs/70-install-access-hive.yaml.j2 index b1aaccd2..8ec59746 100644 --- a/tests/templates/kuttl/kerberos-hdfs/70-install-access-hive.yaml.j2 +++ b/tests/templates/kuttl/kerberos-hdfs/70-install-access-hive.yaml.j2 @@ -15,7 +15,7 @@ commands: serviceAccountName: test-sa containers: - name: access-hive - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev imagePullPolicy: IfNotPresent env: - name: KRB5_CONFIG diff --git a/tests/templates/kuttl/kerberos-s3/70-install-access-hive.yaml.j2 b/tests/templates/kuttl/kerberos-s3/70-install-access-hive.yaml.j2 index 5fd33b6e..ffb6dbff 100644 --- a/tests/templates/kuttl/kerberos-s3/70-install-access-hive.yaml.j2 +++ b/tests/templates/kuttl/kerberos-s3/70-install-access-hive.yaml.j2 @@ -15,7 +15,7 @@ commands: serviceAccountName: test-sa containers: - name: access-hive - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev imagePullPolicy: IfNotPresent env: - name: KRB5_CONFIG diff --git a/tests/templates/kuttl/logging/05-install-hive-test-runner.yaml b/tests/templates/kuttl/logging/05-install-hive-test-runner.yaml index dbcde0fb..e64c24ce 100644 --- a/tests/templates/kuttl/logging/05-install-hive-test-runner.yaml +++ b/tests/templates/kuttl/logging/05-install-hive-test-runner.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: hive-test-runner - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev stdin: true tty: true diff --git a/tests/templates/kuttl/smoke/70-install-test-metastore.yaml b/tests/templates/kuttl/smoke/70-install-test-metastore.yaml index 988f1311..4e4ed217 100644 --- a/tests/templates/kuttl/smoke/70-install-test-metastore.yaml +++ b/tests/templates/kuttl/smoke/70-install-test-metastore.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-metastore - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/hive:0.3.0-stackable0.0.0-dev stdin: true tty: true resources: