Update Opensearch and Opensearch-dasboards default to 3.1.0

The OpenSearch on OpenDev infra would be soon updated to newer version.
To keep consistency, we would like to update to same release and
test the tools with same version.

Change-Id: I2d2abf07967a317b21be6e2cb54c7a66cc8842bc
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
This commit is contained in:
Daniel Pawlik
2025-10-14 09:36:04 +02:00
committed by daniel.pawlik
parent e404aa545c
commit e15e8732fa
2 changed files with 2 additions and 2 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.15.0
quay.io/software-factory/opensearch-dashboards:3.1.0
- name: Wait for Opensearch Dashboards to be up
wait_for:

View File

@@ -5,7 +5,7 @@
--network host \
-e "discovery.type=single-node" \
-e "OPENSEARCH_INITIAL_ADMIN_PASSWORD={{ opensearch_pass }}" \
quay.io/software-factory/opensearch:2.15.0
quay.io/software-factory/opensearch:3.1.0
- name: Wait for Opensearch to be up
wait_for: