Skip to content

Commit

Permalink
Merge pull request #35 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added new Chrome and Firefox images
  • Loading branch information
aandryashin authored Nov 24, 2020
2 parents 2362000 + c4a52e8 commit 41b0af3
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,16 @@ moon:
port: "4444"
path: "/"
firefox:
default: "81.0"
default: "83.0"
versions:
"83.0":
image: selenoid/vnc_firefox:83.0
port: "4444"
path: "/wd/hub"
"82.0":
image: selenoid/vnc_firefox:82.0
port: "4444"
path: "/wd/hub"
"81.0":
image: selenoid/vnc_firefox:81.0
port: "4444"
Expand Down Expand Up @@ -607,8 +615,11 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "86.0"
default: "87.0"
versions:
"87.0":
image: selenoid/vnc_chrome:87.0
port: "4444"
"86.0":
image: selenoid/vnc_chrome:86.0
port: "4444"
Expand Down

0 comments on commit 41b0af3

Please sign in to comment.