diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e6eb94..c7801fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,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` ([#859]). - Deprecate support for `1.27.0`, `1.28.1`, and `2.4.0` ([#849]). +- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#882]). ### Fixed @@ -47,6 +48,7 @@ All notable changes to this project will be documented in this file. [#859]: https://github.com/stackabletech/nifi-operator/pull/859 [#860]: https://github.com/stackabletech/nifi-operator/pull/860 [#863]: https://github.com/stackabletech/nifi-operator/pull/863 +[#882]: https://github.com/stackabletech/nifi-operator/pull/882 ## [25.7.0] - 2025-07-23 diff --git a/tests/templates/kuttl/custom-components-git-sync/30-install-nifi.yaml.j2 b/tests/templates/kuttl/custom-components-git-sync/30-install-nifi.yaml.j2 index 9319e116..9d625c6f 100644 --- a/tests/templates/kuttl/custom-components-git-sync/30-install-nifi.yaml.j2 +++ b/tests/templates/kuttl/custom-components-git-sync/30-install-nifi.yaml.j2 @@ -56,7 +56,7 @@ spec: spec: initContainers: - name: init-flow - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev command: - /bin/bash - -c diff --git a/tests/templates/kuttl/custom-components-git-sync/40-test-nifi-greeting.yaml b/tests/templates/kuttl/custom-components-git-sync/40-test-nifi-greeting.yaml index 300390d1..555d4724 100644 --- a/tests/templates/kuttl/custom-components-git-sync/40-test-nifi-greeting.yaml +++ b/tests/templates/kuttl/custom-components-git-sync/40-test-nifi-greeting.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: test - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev command: - /bin/bash - -c diff --git a/tests/templates/kuttl/iceberg/61-provision-nifi-flow.yaml b/tests/templates/kuttl/iceberg/61-provision-nifi-flow.yaml index 3666b063..ab6bdf23 100644 --- a/tests/templates/kuttl/iceberg/61-provision-nifi-flow.yaml +++ b/tests/templates/kuttl/iceberg/61-provision-nifi-flow.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: provision-nifi-flow - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev command: - bash - -euo diff --git a/tests/templates/kuttl/ldap/03-install-test-nifi.yaml b/tests/templates/kuttl/ldap/03-install-test-nifi.yaml index 4d23cee6..7bd71880 100644 --- a/tests/templates/kuttl/ldap/03-install-test-nifi.yaml +++ b/tests/templates/kuttl/ldap/03-install-test-nifi.yaml @@ -17,5 +17,5 @@ spec: spec: containers: - name: test-nifi - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev command: ["sleep", "infinity"] diff --git a/tests/templates/kuttl/logging/05-install-nifi-test-runner.yaml b/tests/templates/kuttl/logging/05-install-nifi-test-runner.yaml index 4f575dbb..c7bd2911 100644 --- a/tests/templates/kuttl/logging/05-install-nifi-test-runner.yaml +++ b/tests/templates/kuttl/logging/05-install-nifi-test-runner.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: nifi-test-runner - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev stdin: true tty: true diff --git a/tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2 b/tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2 index 69837c4d..a01bb72e 100644 --- a/tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2 +++ b/tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2 @@ -52,7 +52,7 @@ spec: spec: initContainers: - name: copy-nifi-flow - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev command: - /bin/bash - -c diff --git a/tests/templates/kuttl/oidc-opa/41-install-test-container.yaml.j2 b/tests/templates/kuttl/oidc-opa/41-install-test-container.yaml.j2 index 7a860e26..08fd22a7 100644 --- a/tests/templates/kuttl/oidc-opa/41-install-test-container.yaml.j2 +++ b/tests/templates/kuttl/oidc-opa/41-install-test-container.yaml.j2 @@ -53,7 +53,7 @@ spec: serviceAccountName: python containers: - name: oidc-login-test - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev stdin: true tty: true resources: diff --git a/tests/templates/kuttl/smoke_v1/50-install-test-nifi.yaml b/tests/templates/kuttl/smoke_v1/50-install-test-nifi.yaml index 3bc67dbc..dc8a0b39 100644 --- a/tests/templates/kuttl/smoke_v1/50-install-test-nifi.yaml +++ b/tests/templates/kuttl/smoke_v1/50-install-test-nifi.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-nifi - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev command: ["sleep", "infinity"] resources: requests: diff --git a/tests/templates/kuttl/smoke_v2/50-install-test-nifi.yaml.j2 b/tests/templates/kuttl/smoke_v2/50-install-test-nifi.yaml.j2 index 79128264..0b18caf6 100644 --- a/tests/templates/kuttl/smoke_v2/50-install-test-nifi.yaml.j2 +++ b/tests/templates/kuttl/smoke_v2/50-install-test-nifi.yaml.j2 @@ -20,7 +20,7 @@ spec: fsGroup: 1000 containers: - name: test-nifi - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev command: ["sleep", "infinity"] resources: requests: diff --git a/tests/templates/kuttl/upgrade/03-install-test-nifi.yaml b/tests/templates/kuttl/upgrade/03-install-test-nifi.yaml index 6d799a20..243b09dd 100644 --- a/tests/templates/kuttl/upgrade/03-install-test-nifi.yaml +++ b/tests/templates/kuttl/upgrade/03-install-test-nifi.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: test-nifi - image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev stdin: true tty: true