Skip to content

Commit

Permalink
Recent browser images for Moon 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed May 26, 2024
1 parent 00e9f5b commit 3c52024
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 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: "123.0"
default: "124.0"
versions:
"124.0":
image: quay.io/browsers/edge:124.0
port: "4444"
path: "/"
"123.0":
image: quay.io/browsers/edge:123.0
port: "4444"
Expand Down Expand Up @@ -603,8 +607,16 @@ moon:
port: "4444"
path: "/"
firefox:
default: "123.0"
default: "125.0"
versions:
"125.0":
image: quay.io/browsers/firefox:125.0
port: "4444"
path: "/wd/hub"
"124.0":
image: quay.io/browsers/firefox:124.0
port: "4444"
path: "/wd/hub"
"123.0":
image: quay.io/browsers/firefox:123.0
port: "4444"
Expand Down Expand Up @@ -1090,8 +1102,14 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "123.0"
default: "125.0"
versions:
"125.0":
image: quay.io/browsers/chrome:125.0
port: "4444"
"124.0":
image: quay.io/browsers/chrome:124.0
port: "4444"
"123.0":
image: quay.io/browsers/chrome:123.0
port: "4444"
Expand Down

0 comments on commit 3c52024

Please sign in to comment.