Skip to content

Commit 0dd01ec

Browse files
authored
chore: use new testing-tools image (#671)
* chore: use new testing-tools image * chore: changelog
1 parent b8e9bca commit 0dd01ec

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ 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` ([#671]).
1314

1415
### Removed
1516

@@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
3435
[#481]: https://github.com/stackabletech/secret-operator/issues/481
3536
[#667]: https://github.com/stackabletech/secret-operator/pull/667
3637
[#670]: https://github.com/stackabletech/secret-operator/pull/670
38+
[#671]: https://github.com/stackabletech/secret-operator/pull/671
3739
3840
## [25.11.0] - 2025-11-07
3941

tests/templates/kuttl/cert-manager-tls/10_consumer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
spec:
1010
containers:
1111
- name: consumer
12-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
12+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1313
command:
1414
- bash
1515
args:

tests/templates/kuttl/listener/02-client.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
serviceAccount: client-sa
5151
containers:
5252
- name: client
53-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
53+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
5454
command:
5555
- sh
5656
args:

tests/templates/kuttl/tls/03-create-trust-roots.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: create-trust-roots
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- bash
1414
args:

tests/templates/kuttl/tls/10_consumer.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
spec:
1010
containers:
1111
- name: consumer
12-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
12+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1313
command:
1414
- bash
1515
args:

0 commit comments

Comments
 (0)