Skip to content

Commit

Permalink
Merge pull request #230 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.13 changes
  • Loading branch information
vania-pooh authored Dec 8, 2023
2 parents 2ee0b1a + 3b4aba6 commit 9d14729
Show file tree
Hide file tree
Showing 2 changed files with 26 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.32
appVersion: 1.9.12
version: 1.1.33
appVersion: 1.9.13
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
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: "114.0"
default: "119.0"
versions:
"119.0":
image: quay.io/browsers/edge:119.0
port: "4444"
path: "/"
"114.0":
image: quay.io/browsers/edge:114.0
port: "4444"
Expand Down Expand Up @@ -583,8 +587,12 @@ moon:
port: "4444"
path: "/"
firefox:
default: "118.0"
default: "119.0"
versions:
"119.0":
image: quay.io/browsers/firefox:119.0
port: "4444"
path: "/wd/hub"
"118.0":
image: quay.io/browsers/firefox:118.0
port: "4444"
Expand Down Expand Up @@ -1050,8 +1058,14 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "117.0"
default: "119.0"
versions:
"119.0":
image: quay.io/browsers/chrome:119.0
port: "4444"
"118.0":
image: quay.io/browsers/chrome:118.0
port: "4444"
"117.0":
image: quay.io/browsers/chrome:117.0
port: "4444"
Expand Down Expand Up @@ -1260,8 +1274,14 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "103.0"
default: "105.0"
versions:
"105.0":
image: quay.io/browsers/opera:105.0
port: "4444"
"104.0":
image: quay.io/browsers/opera:104.0
port: "4444"
"103.0":
image: quay.io/browsers/opera:103.0
port: "4444"
Expand Down

0 comments on commit 9d14729

Please sign in to comment.