Skip to content

Commit 8b211f7

Browse files
authored
chore: use new testing-tools image (#780)
* chore: use new testing-tools image * chore: changelog
1 parent 5af9830 commit 8b211f7

File tree

11 files changed

+16
-10
lines changed

11 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#780]).
10+
11+
[#780]: https://github.com/stackabletech/druid-operator/pull/780
12+
713
## [25.11.0] - 2025-11-07
814

915
## [25.11.0-rc1] - 2025-11-06

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:

0 commit comments

Comments
 (0)