Skip to content

Commit 326da9e

Browse files
authored
chore: use new testing-tools image (#363)
* chore: use new testing-tools image * chore: changelog
1 parent fddaebd commit 326da9e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
1010
Owner references ensure that objects are garbage collected by OpenShift upon operator removal but they cause problems when the operator is updated.
1111
This means that cluster wide objects are not removed anymore when the operator is uninstalled.
1212
This behaviour is in line with the default behaviour of Helm and OLM.
13+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#363]).
14+
15+
[#360]: https://github.com/stackabletech/listener-operator/pull/360
16+
[#363]: https://github.com/stackabletech/listener-operator/pull/363
1317

1418
## [25.11.0] - 2025-11-07
1519

tests/templates/kuttl/smoke-nodeport/20-validate-all-ingresses-are-reachable.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
serviceAccountName: query-ingresses-sa
4848
containers:
4949
- name: query-ingresses
50-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
50+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
5151
# NOTE: Hostname resolution does not work on our OKD clusters, so the command for testing the Hostname is omitted on Openshift. It would be better to omit this entire test value for Openshift but this is not (yet) possible in beku.
5252
{% if test_scenario['values']['openshift'] == 'true' and test_scenario['values']['addressType'] != "Hostname" %}
5353
command:

0 commit comments

Comments
 (0)