Update to v7.11.0 (#575)

ci: Update Enterprise Search test for v3 index

App Search API keys are now encrypted in Elasticsearch, so we simply
ensure they exist and don't try to read their value.
This commit is contained in:
github-actions[bot]
2021-02-11 13:48:22 +01:00
committed by GitHub
parent 980c5c480f
commit 75ebebcebb
4 changed files with 12 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ version: '3.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.11.0
ports:
- "9200:9200"
- "9300:9300"
@@ -25,7 +25,7 @@ services:
replicas: 1
logstash:
image: docker.elastic.co/logstash/logstash:7.10.2
image: docker.elastic.co/logstash/logstash:7.11.0
ports:
- "5044:5044"
- "5000:5000"
@@ -44,7 +44,7 @@ services:
replicas: 1
kibana:
image: docker.elastic.co/kibana/kibana:7.10.2
image: docker.elastic.co/kibana/kibana:7.11.0
ports:
- "5601:5601"
configs: