Skip to content

Commit

Permalink
Merge pull request #249 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.14 changes
  • Loading branch information
vania-pooh committed Apr 4, 2024
2 parents 7c1c5c3 + 0dfe7c6 commit c78c8d2
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 6 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.33
appVersion: 1.9.13
version: 1.1.34
appVersion: 1.9.14
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
64 changes: 60 additions & 4 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,24 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "119.0"
default: "123.0"
versions:
"123.0":
image: quay.io/browsers/edge:123.0
port: "4444"
path: "/"
"122.0":
image: quay.io/browsers/edge:122.0
port: "4444"
path: "/"
"121.0":
image: quay.io/browsers/edge:121.0
port: "4444"
path: "/"
"120.0":
image: quay.io/browsers/edge:120.0
port: "4444"
path: "/"
"119.0":
image: quay.io/browsers/edge:119.0
port: "4444"
Expand Down Expand Up @@ -587,8 +603,24 @@ moon:
port: "4444"
path: "/"
firefox:
default: "119.0"
default: "123.0"
versions:
"123.0":
image: quay.io/browsers/firefox:123.0
port: "4444"
path: "/wd/hub"
"122.0":
image: quay.io/browsers/firefox:122.0
port: "4444"
path: "/wd/hub"
"121.0":
image: quay.io/browsers/firefox:121.0
port: "4444"
path: "/wd/hub"
"120.0":
image: quay.io/browsers/firefox:120.0
port: "4444"
path: "/wd/hub"
"119.0":
image: quay.io/browsers/firefox:119.0
port: "4444"
Expand Down Expand Up @@ -1058,8 +1090,20 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "119.0"
default: "123.0"
versions:
"123.0":
image: quay.io/browsers/chrome:123.0
port: "4444"
"122.0":
image: quay.io/browsers/chrome:122.0
port: "4444"
"121.0":
image: quay.io/browsers/chrome:121.0
port: "4444"
"120.0":
image: quay.io/browsers/chrome:120.0
port: "4444"
"119.0":
image: quay.io/browsers/chrome:119.0
port: "4444"
Expand Down Expand Up @@ -1274,8 +1318,20 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "105.0"
default: "109.0"
versions:
"109.0":
image: quay.io/browsers/opera:109.0
port: "4444"
"108.0":
image: quay.io/browsers/opera:108.0
port: "4444"
"107.0":
image: quay.io/browsers/opera:107.0
port: "4444"
"106.0":
image: quay.io/browsers/opera:106.0
port: "4444"
"105.0":
image: quay.io/browsers/opera:105.0
port: "4444"
Expand Down

0 comments on commit c78c8d2

Please sign in to comment.