Skip to content

Commit

Permalink
Update Swarm stack to 7.2.1
Browse files Browse the repository at this point in the history
Increase delay before password setup in Swarm test
  • Loading branch information
antoineco committed Aug 5, 2019
1 parent 8ce7b5c commit e412bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script:
- docker stack deploy -c ./docker-stack.yml elk
- docker service scale elk_kibana=0 --detach=false
- docker service scale elk_logstash=0 --detach=false
- sleep 30
- sleep 40
- .travis/elasticsearch-setup-passwords.exp swarm
- docker service scale elk_kibana=1 --detach=false
- docker service scale elk_logstash=1 --detach=false
Expand Down
6 changes: 3 additions & 3 deletions docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.3'
services:

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.2.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.2.1
ports:
- "9200:9200"
- "9300:9300"
Expand All @@ -20,7 +20,7 @@ services:
replicas: 1

logstash:
image: docker.elastic.co/logstash/logstash:7.2.0
image: docker.elastic.co/logstash/logstash:7.2.1
ports:
- "5000:5000"
- "9600:9600"
Expand All @@ -38,7 +38,7 @@ services:
replicas: 1

kibana:
image: docker.elastic.co/kibana/kibana:7.2.0
image: docker.elastic.co/kibana/kibana:7.2.1
ports:
- "5601:5601"
configs:
Expand Down

0 comments on commit e412bfd

Please sign in to comment.