Skip to content

Commit b57b926

Browse files
authored
chore: use new testing-tools image (#793)
* chore: use new testing-tools image * chore: changelog
1 parent 6d7e1e8 commit b57b926

8 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Add support for OpenLDAP backend to user-info-fetcher ([#779]).
10+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#793]).
1011

1112
### Changed
1213

1314
- user-info-fetcher: Move backend initialization and credential resolution into backend-specific implementations ([#782]).
1415

1516
[#779]: https://github.com/stackabletech/opa-operator/pull/779
1617
[#782]: https://github.com/stackabletech/opa-operator/pull/782
18+
[#793]: https://github.com/stackabletech/opa-operator/pull/793
1719

1820
## [25.11.0] - 2025-11-07
1921

tests/templates/kuttl/aas-user-info/20-install-test-regorule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: test-sa
1919
containers:
2020
- name: test-regorule
21-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
21+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2222
stdin: true
2323
tty: true
2424
resources:

tests/templates/kuttl/ad-user-info/20-install-test-regorule.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-regorule
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true
2323
resources:

tests/templates/kuttl/keycloak-user-info/20-install-test-regorule.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-regorule
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true
2323
resources:

tests/templates/kuttl/logging/03-install-opa.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
spec:
7373
initContainers:
7474
- name: create-opa-log-dir
75-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
75+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
7676
# Create the log directory for the opa container upfront
7777
# to avoid a race condition between the opa and the
7878
# vector container. If the vector container is

tests/templates/kuttl/logging/04-install-opa-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ spec:
4444
serviceAccountName: logging-sa
4545
containers:
4646
- name: opa-test-runner
47-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
47+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
4848
stdin: true
4949
tty: true

tests/templates/kuttl/openldap-user-info/40-install-test-regorule.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-regorule
20-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
20+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2121
stdin: true
2222
tty: true
2323
resources:

tests/templates/kuttl/smoke/20-install-test-opa.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands:
2525
fsGroup: 1000
2626
containers:
2727
- name: test-opa
28-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
28+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
2929
stdin: true
3030
tty: true
3131
resources:

0 commit comments

Comments
 (0)