Skip to content

Commit

Permalink
Added recent browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Nov 15, 2021
1 parent f7cea75 commit c219aa3
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,12 @@ moon:
quota:
browsers:
safari:
default: "14.0"
default: "15.0"
versions:
"15.0":
image: quay.io/browsers/safari:15.0
port: "4444"
path: "/"
"14.0":
image: quay.io/browsers/safari:14.0
port: "4444"
Expand Down Expand Up @@ -432,8 +436,16 @@ moon:
port: "4444"
path: "/"
firefox:
default: "92.0"
default: "94.0"
versions:
"94.0":
image: quay.io/browsers/firefox:94.0
port: "4444"
path: "/wd/hub"
"93.0":
image: quay.io/browsers/firefox:93.0
port: "4444"
path: "/wd/hub"
"92.0":
image: quay.io/browsers/firefox:92.0
port: "4444"
Expand Down Expand Up @@ -939,8 +951,11 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "80.0"
default: "81.0"
versions:
"81.0":
image: quay.io/browsers/opera:81.0
port: "4444"
"80.0":
image: quay.io/browsers/opera:80.0
port: "4444"
Expand Down

0 comments on commit c219aa3

Please sign in to comment.