Skip to content

Commit

Permalink
Merge pull request #165 from vania-pooh/master
Browse files Browse the repository at this point in the history
Latest browser images
  • Loading branch information
vania-pooh authored Aug 8, 2022
2 parents 331345c + 12de298 commit d2bda72
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 8 deletions.
2 changes: 1 addition & 1 deletion moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: moon
version: 1.1.22
version: 1.1.23
appVersion: 1.9.6
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
100 changes: 96 additions & 4 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,36 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "97.0"
default: "104.0"
versions:
"104.0":
image: quay.io/browsers/edge:104.0
port: "4444"
path: "/"
"103.0":
image: quay.io/browsers/edge:103.0
port: "4444"
path: "/"
"102.0":
image: quay.io/browsers/edge:102.0
port: "4444"
path: "/"
"101.0":
image: quay.io/browsers/edge:101.0
port: "4444"
path: "/"
"100.0":
image: quay.io/browsers/edge:100.0
port: "4444"
path: "/"
"99.0":
image: quay.io/browsers/edge:99.0
port: "4444"
path: "/"
"98.0":
image: quay.io/browsers/edge:98.0
port: "4444"
path: "/"
"97.0":
image: quay.io/browsers/edge:97.0
port: "4444"
Expand Down Expand Up @@ -515,8 +543,36 @@ moon:
port: "4444"
path: "/"
firefox:
default: "96.0"
default: "103.0"
versions:
"103.0":
image: quay.io/browsers/firefox:103.0
port: "4444"
path: "/wd/hub"
"102.0":
image: quay.io/browsers/firefox:102.0
port: "4444"
path: "/wd/hub"
"101.0":
image: quay.io/browsers/firefox:101.0
port: "4444"
path: "/wd/hub"
"100.0":
image: quay.io/browsers/firefox:100.0
port: "4444"
path: "/wd/hub"
"99.0":
image: quay.io/browsers/firefox:99.0
port: "4444"
path: "/wd/hub"
"98.0":
image: quay.io/browsers/firefox:98.0
port: "4444"
path: "/wd/hub"
"97.0":
image: quay.io/browsers/firefox:97.0
port: "4444"
path: "/wd/hub"
"96.0":
image: quay.io/browsers/firefox:96.0
port: "4444"
Expand Down Expand Up @@ -894,8 +950,29 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "97.0"
default: "104.0"
versions:
"104.0":
image: quay.io/browsers/chrome:104.0
port: "4444"
"103.0":
image: quay.io/browsers/chrome:103.0
port: "4444"
"102.0":
image: quay.io/browsers/chrome:102.0
port: "4444"
"101.0":
image: quay.io/browsers/chrome:101.0
port: "4444"
"100.0":
image: quay.io/browsers/chrome:100.0
port: "4444"
"99.0":
image: quay.io/browsers/chrome:99.0
port: "4444"
"98.0":
image: quay.io/browsers/chrome:98.0
port: "4444"
"97.0":
image: quay.io/browsers/chrome:97.0
port: "4444"
Expand Down Expand Up @@ -1044,8 +1121,23 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "83.0"
default: "88.0"
versions:
"88.0":
image: quay.io/browsers/opera:88.0
port: "4444"
"87.0":
image: quay.io/browsers/opera:87.0
port: "4444"
"86.0":
image: quay.io/browsers/opera:86.0
port: "4444"
"85.0":
image: quay.io/browsers/opera:85.0
port: "4444"
"84.0":
image: quay.io/browsers/opera:84.0
port: "4444"
"83.0":
image: quay.io/browsers/opera:83.0
port: "4444"
Expand Down
6 changes: 3 additions & 3 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 103.0.1264.62-1
default: 104.0.1293.47-1
chrome:
repository: quay.io/browser/google-chrome-stable
default: 103.0.5060.134-1
default: 104.0.5112.79-1
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 102.0.0-1
default: 103.0.0-1
opera:
repository: quay.io/browser/opera-stable
default: 89.0.4447.51-2
Expand Down

0 comments on commit d2bda72

Please sign in to comment.