Skip to content

Commit c1a3c5e

Browse files
authored
chore: use new testing-tools image (#882)
* chore: use new testing-tools image * chore: changelog
1 parent 4089bee commit c1a3c5e

File tree

11 files changed

+12
-10
lines changed

11 files changed

+12
-10
lines changed

CHANGELOG.md

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

3232
- Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#859]).
3333
- Deprecate support for `1.27.0`, `1.28.1`, and `2.4.0` ([#849]).
34+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#882]).
3435

3536
### Fixed
3637

@@ -47,6 +48,7 @@ All notable changes to this project will be documented in this file.
4748
[#859]: https://github.com/stackabletech/nifi-operator/pull/859
4849
[#860]: https://github.com/stackabletech/nifi-operator/pull/860
4950
[#863]: https://github.com/stackabletech/nifi-operator/pull/863
51+
[#882]: https://github.com/stackabletech/nifi-operator/pull/882
5052

5153
## [25.7.0] - 2025-07-23
5254

tests/templates/kuttl/custom-components-git-sync/30-install-nifi.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
spec:
5757
initContainers:
5858
- name: init-flow
59-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
59+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
6060
command:
6161
- /bin/bash
6262
- -c

tests/templates/kuttl/custom-components-git-sync/40-test-nifi-greeting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: test
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /bin/bash
1414
- -c

tests/templates/kuttl/iceberg/61-provision-nifi-flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: provision-nifi-flow
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
1212
command:
1313
- bash
1414
- -euo

tests/templates/kuttl/ldap/03-install-test-nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ spec:
1717
spec:
1818
containers:
1919
- name: test-nifi
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
2121
command: ["sleep", "infinity"]

tests/templates/kuttl/logging/05-install-nifi-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: nifi-test-runner
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true

tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
spec:
5353
initContainers:
5454
- name: copy-nifi-flow
55-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
55+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
5656
command:
5757
- /bin/bash
5858
- -c

tests/templates/kuttl/oidc-opa/41-install-test-container.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
serviceAccountName: python
5454
containers:
5555
- name: oidc-login-test
56-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
56+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
5757
stdin: true
5858
tty: true
5959
resources:

tests/templates/kuttl/smoke_v1/50-install-test-nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: test-nifi
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
2121
command: ["sleep", "infinity"]
2222
resources:
2323
requests:

tests/templates/kuttl/smoke_v2/50-install-test-nifi.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: test-nifi
23-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
23+
image: oci.stackable.tech/sdp/testing-tools/nifi:0.3.0-stackable0.0.0-dev
2424
command: ["sleep", "infinity"]
2525
resources:
2626
requests:

0 commit comments

Comments
 (0)