Skip to content

Commit

Permalink
Merge pull request #57 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump Moon to 1.3.9 and Selenoid UI to 1.9.1
  • Loading branch information
aandryashin authored Nov 30, 2019
2 parents 8a384d6 + ad1be33 commit 967d471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
spec:
containers:
- name: moon
image: aerokube/moon:1.3.8
image: aerokube/moon:1.3.9
args: ["-namespace", "moon", "-license-file", "/license/license.key"]
resources:
limits:
Expand All @@ -110,7 +110,7 @@ spec:
mountPath: /license
readOnly: true
- name: moon-api
image: aerokube/moon-api:1.3.8
image: aerokube/moon-api:1.3.9
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
resources:
limits:
Expand All @@ -126,7 +126,7 @@ spec:
mountPath: /license
readOnly: true
- name: selenoid-ui
image: aerokube/selenoid-ui:1.9.0
image: aerokube/selenoid-ui:1.9.1
args: ["-status-uri", "http://localhost:8888", "-webdriver-uri", "http://localhost:4444"]
resources:
limits:
Expand Down

0 comments on commit 967d471

Please sign in to comment.