Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 91e9e64

Browse files
authored
SRCH-2148 use Elasticsearch 6.8.15 in dev/test environments
use Elasticsearch 6.8.15 in dev/test environments
1 parent 426a623 commit 91e9e64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
type: string
2626
elasticsearch_version:
2727
type: string
28-
default: 6.8.9
28+
default: 6.8.15
2929
steps:
3030
- checkout
3131
- run:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
elasticsearch:
5-
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.9
5+
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.15
66
environment:
77
- bootstrap.memory_lock=true
88
- discovery.type=single-node
@@ -18,7 +18,7 @@ services:
1818
- 9200:9200
1919

2020
kibana:
21-
image: docker.elastic.co/kibana/kibana:6.8.9
21+
image: docker.elastic.co/kibana/kibana:6.8.15
2222
depends_on:
2323
- elasticsearch
2424
ports:

0 commit comments

Comments
 (0)