Change OpenSearch services version for CI tests to 2.11.1

In the near future, the OpenSearch service would be updated to that
version. CI tests pass, so we can switch the version to new one when
upgrade is done.

Change-Id: Ib982a5c20195eae5001aa9bf026186bd3b4a0bf8
This commit is contained in:
Daniel Pawlik
2024-04-22 10:00:26 +02:00
parent 26235ba985
commit 13f50c6bf2
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
podman run -d --name opensearch-dashboards
--network host
-e "OPENSEARCH_HOST=https://127.0.0.1:9200"
quay.io/software-factory/opensearch-dashboards:2.5.0
quay.io/software-factory/opensearch-dashboards:2.11.1
- name: Wait for Opensearch Dashboards to be up
wait_for:

View File

@@ -42,7 +42,7 @@
podman run -d --name opensearch \
--network host \
-e "discovery.type=single-node" \
quay.io/software-factory/opensearch:2.5.0
quay.io/software-factory/opensearch:2.11.1
- name: Wait for Opensearch to be up
wait_for:

View File

@@ -41,7 +41,7 @@
podman run -d --name opensearch \
--network host \
-e "discovery.type=single-node" \
quay.io/software-factory/opensearch:2.5.0
quay.io/software-factory/opensearch:2.11.1
- name: Wait for Opensearch to be up
wait_for: