Skip to content

Commit 5967394

Browse files
committed
chore: use new testing-tools image
1 parent 5af9830 commit 5967394

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

tests/templates/kuttl/authorizer/05-checks-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: checks
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
command: ["sleep", "infinity"]
2222
terminationGracePeriodSeconds: 1

tests/templates/kuttl/hdfs-deep-storage/04-checks-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: checks
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
command: ["sleep", "infinity"]
2222
terminationGracePeriodSeconds: 1

tests/templates/kuttl/ingestion-no-s3-ext/04-checks-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: checks
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
command: ["sleep", "infinity"]
2222
terminationGracePeriodSeconds: 1

tests/templates/kuttl/ingestion-s3-ext/04-checks-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: checks
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
command: ["sleep", "infinity"]
2222
terminationGracePeriodSeconds: 1

tests/templates/kuttl/ldap/03-install-test-druid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: test-druid
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
command: ["sleep", "infinity"]
2222
terminationGracePeriodSeconds: 1

tests/templates/kuttl/logging/06-install-druid-test-runner.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: druid-test-runner
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
terminationGracePeriodSeconds: 1

tests/templates/kuttl/oidc/51-install-test-container.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
fsGroup: 1000
5656
containers:
5757
- name: python
58-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
58+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
5959
stdin: true
6060
tty: true
6161
resources:

tests/templates/kuttl/s3-deep-storage/07-checks-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: checks
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
command: ["sleep", "infinity"]
2222
terminationGracePeriodSeconds: 1

tests/templates/kuttl/smoke/60-checks-container.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: checks
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
command: ["sleep", "infinity"]
2222
resources:
2323
requests:

tests/templates/kuttl/tls/05-install-checks.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
runAsUser: 0
5151
containers:
5252
- name: druid-checks
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: ["sleep", "infinity"]
5555
env:
5656
- name: DRUID_OIDC

0 commit comments

Comments
 (0)