Skip to content

Commit ee4164f

Browse files
authored
chore: use new testing-tools image (#91)
* chore: use new testing-tools image * chore: changelog
1 parent 67fbe84 commit ee4164f

13 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ All notable changes to this project will be documented in this file.
1010
- Add the role group as a node attribute ([#63]).
1111
- Allow adding entries to the OpenSearch keystore ([#76]).
1212

13+
### Changed
14+
15+
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#91]).
16+
1317
[#55]: https://github.com/stackabletech/opensearch-operator/pull/55
1418
[#63]: https://github.com/stackabletech/opensearch-operator/pull/63
1519
[#76]: https://github.com/stackabletech/opensearch-operator/pull/76
20+
[#91]: https://github.com/stackabletech/opensearch-operator/pull/91
1621

1722
## [25.11.0] - 2025-11-07
1823

tests/templates/kuttl/backup-restore/20-create-opensearch-1-admin-certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: create-opensearch-1-admin-certificate
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /stackable/scripts/create-opensearch-1-admin-certificate.sh
1414
volumeMounts:

tests/templates/kuttl/backup-restore/22-create-testuser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: create-testuser
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /bin/bash
1414
- -euxo

tests/templates/kuttl/backup-restore/23-create-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: create-data
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /bin/bash
1414
- -euxo

tests/templates/kuttl/backup-restore/30-create-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: create-snapshot
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /bin/bash
1414
- -euxo

tests/templates/kuttl/backup-restore/50-create-opensearch-2-admin-certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: create-opensearch-2-admin-certificate
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /stackable/scripts/create-opensearch-2-admin-certificate.sh
1414
volumeMounts:

tests/templates/kuttl/backup-restore/61-restore-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: restore-snapshot
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /bin/bash
1414
- -euxo

tests/templates/kuttl/backup-restore/70-test-opensearch-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: test-opensearch-2
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /bin/bash
1414
- -euxo

tests/templates/kuttl/ldap/30-test-opensearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: test-opensearch
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- /bin/bash
1414
- -euxo

tests/templates/kuttl/logging/30-test-opensearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: test-log-aggregation
11-
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
1212
command:
1313
- python
1414
args:

0 commit comments

Comments
 (0)