Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed

- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#780]).

[#780]: https://github.com/stackabletech/druid-operator/pull/780

## [25.11.0] - 2025-11-07

## [25.11.0-rc1] - 2025-11-06
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/authorizer/05-checks-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: checks
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
terminationGracePeriodSeconds: 1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: checks
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
terminationGracePeriodSeconds: 1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: checks
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
terminationGracePeriodSeconds: 1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: checks
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
terminationGracePeriodSeconds: 1
2 changes: 1 addition & 1 deletion tests/templates/kuttl/ldap/03-install-test-druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: test-druid
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
terminationGracePeriodSeconds: 1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: druid-test-runner
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
stdin: true
tty: true
terminationGracePeriodSeconds: 1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
fsGroup: 1000
containers:
- name: python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
stdin: true
tty: true
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: checks
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
terminationGracePeriodSeconds: 1
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/60-checks-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: checks
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/tls/05-install-checks.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
runAsUser: 0
containers:
- name: druid-checks
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command: ["sleep", "infinity"]
env:
- name: DRUID_OIDC
Expand Down