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 @@ -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

Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/iceberg/61-provision-nifi-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/ldap/03-install-test-nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke_v1/50-install-test-nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/upgrade/03-install-test-nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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