File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
metadata-io/src/test/java/io/datahubproject/test/search Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ services:
312
312
opensearch :
313
313
profiles : *opensearch-profiles
314
314
hostname : search
315
- image : ${DATAHUB_SEARCH_IMAGE:-opensearchproject/opensearch}:${DATAHUB_SEARCH_TAG:-2.9 .0}
315
+ image : ${DATAHUB_SEARCH_IMAGE:-opensearchproject/opensearch}:${DATAHUB_SEARCH_TAG:-2.11 .0}
316
316
ports :
317
317
- ${DATAHUB_MAPPED_ELASTIC_PORT:-9200}:9200
318
318
env_file : elasticsearch/env/docker.env
Original file line number Diff line number Diff line change 7
7
import org .testcontainers .utility .DockerImageName ;
8
8
9
9
public class OpenSearchTestContainer implements SearchTestContainer {
10
- private static final String OPENSEARCH_VERSION = "2.9 .0" ;
10
+ private static final String OPENSEARCH_VERSION = "2.11 .0" ;
11
11
private static final String OPENSEARCH_IMAGE_NAME = "opensearchproject/opensearch" ;
12
12
private static final String ENV_OPENSEARCH_IMAGE_FULL_NAME =
13
13
System .getenv ("OPENSEARCH_IMAGE_FULL_NAME" );
You can’t perform that action at this time.
0 commit comments