Skip to content

Commit 8969069

Browse files
test: Use the images built by CI
1 parent 58d95b2 commit 8969069

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

tests/templates/kuttl/opensearch-dashboards/20_opensearch-dashboards-values.yaml.j2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
image:
2-
# TODO Revert when the image is released
3-
repository: oci.stackable.tech/sandbox/sdp26.3/opensearch-dashboards
4-
tag: {{ test_scenario['values']['opensearch'].split(',')[0] }}-stackable{{ test_scenario['values']['release'] }}-amd64
2+
repository: oci.stackable.tech/sdp/opensearch-dashboards
3+
tag: {{ test_scenario['values']['opensearch'].split(',')[0] }}-stackable{{ test_scenario['values']['release'] }}
54
service:
65
type: NodePort
76
serviceAccount:

tests/test-definition.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
dimensions:
33
- name: opensearch
44
values:
5-
# - 3.1.0
6-
# - 3.4.0
5+
- 3.1.0
6+
- 3.4.0
77
# To use a custom image, add a comma and the full name after the product version, e.g.:
88
# - 3.1.0,oci.stackable.tech/sandbox/opensearch:3.1.0-stackable0.0.0-dev
99
# - 3.1.0,localhost:5000/sdp/opensearch:3.1.0-stackable0.0.0-dev
10-
# TODO Revert when images are released
11-
- 3.1.0,oci.stackable.tech/sandbox/sdp26.3/opensearch:3.1.0-stackable0.0.0-dev-amd64
12-
- 3.4.0,oci.stackable.tech/sandbox/sdp26.3/opensearch:3.4.0-stackable0.0.0-dev-amd64
1310
- name: opensearch_home
1411
values:
1512
- /stackable/opensearch

0 commit comments

Comments
 (0)