Skip to content

Commit

Permalink
Merge pull request #203 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1 release 1.9.9
  • Loading branch information
vania-pooh authored May 25, 2023
2 parents 86250b2 + 1363742 commit f229dc3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 7 deletions.
4 changes: 2 additions & 2 deletions moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: moon
version: 1.1.28
appVersion: 1.9.8
version: 1.1.29
appVersion: 1.9.9
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
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
4 changes: 2 additions & 2 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 113.0.1774.42-5
default: 113.0.1774.50-5
chrome:
repository: quay.io/browser/google-chrome-stable
default: 113.0.5672.126-5
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 113.0.1-4
default: 113.0.2-4
opera:
repository: quay.io/browser/opera-stable
default: 98.0.4759.39-6
Expand Down

0 comments on commit f229dc3

Please sign in to comment.