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:
		| @@ -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: | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Pawlik
					Daniel Pawlik