Skip to content

Commit

Permalink
Revert test engines version to latest after create 2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
EduJGURJC committed Dec 19, 2019
1 parent ec25e6d commit 6fbff91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/ece-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
value: http://esm:37005/
- name: ET_ETM_API
value: http://etm:8091/
image: elastest/ece:2.2.0
image: elastest/ece:latest
imagePullPolicy: Always
name: ece
ports:
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/ece.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
ece:
image: elastest/ece:2.2.0
image: elastest/ece:latest
ports:
- 37008:8888
environment:
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/eim-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
value: edm-mysql
- name: ET_EDM_MYSQL_PORT
value: "3306"
image: elastest/eim:2.2.0
image: elastest/eim:latest
imagePullPolicy: Always
name: eim
ports:
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/eim.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
eim:
image: elastest/eim:2.2.0
image: elastest/eim:latest
stdin_open: true
tty: true
environment:
Expand Down

0 comments on commit 6fbff91

Please sign in to comment.