Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Update ES and kibana version to 5.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinzia Malangone committed Dec 13, 2018
1 parent b1ea9ff commit 8b2f4f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,8 +12,8 @@ env:
python:
- 2.7
before_install:
- docker pull docker.elastic.co/elasticsearch/elasticsearch:5.6.11
- docker run -d -p 9200:9200 -p 9300:9300 --name=ES elasticsearch:5.6.11
- docker pull docker.elastic.co/elasticsearch/elasticsearch:5.6.13
- docker run -d -p 9200:9200 -p 9300:9300 --name=ES elasticsearch:5.6.13
install:
- pip install -r requirements.txt
- pip install -r requirements.dev.txt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ Typing `curl localhost:9200` should show something like:
"cluster_name": "elasticsearch",
"cluster_uuid": "6BlykLd8Sj2mxswcump2wA",
"version": {
"number": "5.6.11",
"number": "5.6.13",
"build_hash": "bc3eef4",
"build_date": "2018-08-16T15:25:17.293Z",
"build_snapshot": false,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -28,7 +28,7 @@ services:
retries: 30

kibana:
image: kibana:5.6.11
image: kibana:5.6.13
ports:
- 5601:5601
environment:
Expand Down
4 changes: 2 additions & 2 deletions scripts/run_on_gcp.sh
Expand Up @@ -66,7 +66,7 @@ services:
elasticsearch:
#image: elasticsearch:5.6.11
#note that the docker hub version doesn't allow restores for some reason...
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.11
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.13
ports:
- 9200:9200
environment:
Expand All @@ -90,7 +90,7 @@ services:
retries: 30
kibana:
image: kibana:5.6.11
image: kibana:5.6.13
ports:
- 5601:5601
environment:
Expand Down

0 comments on commit 8b2f4f8

Please sign in to comment.