Skip to content

Commit

Permalink
Merge pull request #64 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added recent browser versions
  • Loading branch information
vania-pooh authored Sep 10, 2021
2 parents fbaea3e + d833c39 commit 34111f3
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,16 @@ moon:
port: "4444"
path: "/"
firefox:
default: "90.0"
default: "92.0"
versions:
"92.0":
image: quay.io/browsers/firefox:92.0
port: "4444"
path: "/wd/hub"
"91.0":
image: quay.io/browsers/firefox:91.0
port: "4444"
path: "/wd/hub"
"90.0":
image: quay.io/browsers/firefox:90.0
port: "4444"
Expand Down Expand Up @@ -759,8 +767,11 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "92.0"
default: "93.0"
versions:
"93.0":
image: quay.io/browsers/chrome:93.0
port: "4444"
"92.0":
image: quay.io/browsers/chrome:92.0
port: "4444"
Expand Down Expand Up @@ -894,8 +905,11 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "77.0"
default: "78.0"
versions:
"78.0":
image: quay.io/browsers/opera:78.0
port: "4444"
"77.0":
image: quay.io/browsers/opera:77.0
port: "4444"
Expand Down

0 comments on commit 34111f3

Please sign in to comment.