Skip to content

Commit

Permalink
Merge pull request #172 from vania-pooh/master
Browse files Browse the repository at this point in the history
Recent images for Moon 1.x and Moon 2.x
  • Loading branch information
vania-pooh authored Sep 29, 2022
2 parents f5cbd3b + 670b8e3 commit d75bce6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
28 changes: 24 additions & 4 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: "104.0"
default: "105.0"
versions:
"105.0":
image: quay.io/browsers/edge:105.0
port: "4444"
path: "/"
"104.0":
image: quay.io/browsers/edge:104.0
port: "4444"
Expand Down Expand Up @@ -543,8 +547,12 @@ moon:
port: "4444"
path: "/"
firefox:
default: "104.0"
default: "105.0"
versions:
"105.0":
image: quay.io/browsers/firefox:105.0
port: "4444"
path: "/wd/hub"
"104.0":
image: quay.io/browsers/firefox:104.0
port: "4444"
Expand Down Expand Up @@ -954,8 +962,11 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "105.0"
default: "106.0"
versions:
"106.0":
image: quay.io/browsers/chrome:106.0
port: "4444"
"105.0":
image: quay.io/browsers/chrome:105.0
port: "4444"
Expand Down Expand Up @@ -1128,8 +1139,17 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "88.0"
default: "91.0"
versions:
"91.0":
image: quay.io/browsers/opera:91.0
port: "4444"
"90.0":
image: quay.io/browsers/opera:90.0
port: "4444"
"89.0":
image: quay.io/browsers/opera:89.0
port: "4444"
"88.0":
image: quay.io/browsers/opera:88.0
port: "4444"
Expand Down
8 changes: 4 additions & 4 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,16 +391,16 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 105.0.1343.27-1
default: 105.0.1343.53-2
chrome:
repository: quay.io/browser/google-chrome-stable
default: 105.0.5195.102-1
default: 106.0.5249.61-2
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 104.0.0-1
default: 105.0.1-2
opera:
repository: quay.io/browser/opera-stable
default: 90.0.4480.84-2
default: 91.0.4516.20-3
safari:
repository: quay.io/browser/safari
default: 15.0-0
Expand Down

0 comments on commit d75bce6

Please sign in to comment.