Skip to content

Commit 65eb50e

Browse files
committed
chore: use new testing-tools image
1 parent 406b316 commit 65eb50e

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

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)