We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1972b1 commit d04a43cCopy full SHA for d04a43c
.github/workflows/ci-pipeline.yaml
@@ -109,10 +109,10 @@ jobs:
109
podman run -d --name es-test \
110
-e "discovery.type=single-node" \
111
-e "xpack.security.enabled=false" \
112
+ -e "xpack.security.http.ssl.enabled=false" \
113
-e "ELASTIC_PASSWORD=changeme" \
- -e "ES_JAVA_OPTS=-Xms512m -Xmx512m" \
114
-p 9200:9200 \
115
- elasticsearch:8.11.1
+ docker.elastic.co/elasticsearch/elasticsearch:8.12.1
116
117
- name: Start Qdrant
118
if: matrix.db == 'qdrant'
0 commit comments