Skip to content

Commit

Permalink
Recent Moon 1.x browser images
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Mar 2, 2023
1 parent 7f12e79 commit e03d79b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,12 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "109.0"
default: "110.0"
versions:
"110.0":
image: quay.io/browsers/edge:110.0
port: "4444"
path: "/"
"109.0":
image: quay.io/browsers/edge:109.0
port: "4444"
Expand Down Expand Up @@ -563,8 +567,12 @@ moon:
port: "4444"
path: "/"
firefox:
default: "109.0"
default: "110.0"
versions:
"110.0":
image: quay.io/browsers/firefox:110.0
port: "4444"
path: "/wd/hub"
"109.0":
image: quay.io/browsers/firefox:109.0
port: "4444"
Expand Down Expand Up @@ -994,8 +1002,11 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "109.0"
default: "110.0"
versions:
"110.0":
image: quay.io/browsers/chrome:110.0
port: "4444"
"109.0":
image: quay.io/browsers/chrome:109.0
port: "4444"
Expand Down

0 comments on commit e03d79b

Please sign in to comment.