Skip to content

Commit

Permalink
Bump Moon browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed May 25, 2023
1 parent 1d213c9 commit 818c6f8
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,20 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "110.0"
default: "113.0"
versions:
"113.0":
image: quay.io/browsers/edge:113.0
port: "4444"
path: "/"
"112.0":
image: quay.io/browsers/edge:112.0
port: "4444"
path: "/"
"111.0":
image: quay.io/browsers/edge:111.0
port: "4444"
path: "/"
"110.0":
image: quay.io/browsers/edge:110.0
port: "4444"
Expand Down Expand Up @@ -567,8 +579,20 @@ moon:
port: "4444"
path: "/"
firefox:
default: "110.0"
default: "113.0"
versions:
"113.0":
image: quay.io/browsers/firefox:113.0
port: "4444"
path: "/wd/hub"
"112.0":
image: quay.io/browsers/firefox:112.0
port: "4444"
path: "/wd/hub"
"111.0":
image: quay.io/browsers/firefox:111.0
port: "4444"
path: "/wd/hub"
"110.0":
image: quay.io/browsers/firefox:110.0
port: "4444"
Expand Down Expand Up @@ -1002,8 +1026,17 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "110.0"
default: "113.0"
versions:
"113.0":
image: quay.io/browsers/chrome:113.0
port: "4444"
"112.0":
image: quay.io/browsers/chrome:112.0
port: "4444"
"111.0":
image: quay.io/browsers/chrome:111.0
port: "4444"
"110.0":
image: quay.io/browsers/chrome:110.0
port: "4444"
Expand Down Expand Up @@ -1193,6 +1226,18 @@ moon:
opera:
default: "94.0"
versions:
"98.0":
image: quay.io/browsers/opera:98.0
port: "4444"
"97.0":
image: quay.io/browsers/opera:97.0
port: "4444"
"96.0":
image: quay.io/browsers/opera:96.0
port: "4444"
"95.0":
image: quay.io/browsers/opera:95.0
port: "4444"
"94.0":
image: quay.io/browsers/opera:94.0
port: "4444"
Expand Down

0 comments on commit 818c6f8

Please sign in to comment.