Skip to content

Commit

Permalink
Merge pull request #259 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.15
  • Loading branch information
vania-pooh authored May 26, 2024
2 parents 408d9c5 + 3c52024 commit fe678bc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 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.34
appVersion: 1.9.14
version: 1.1.35
appVersion: 1.9.15
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
24 changes: 21 additions & 3 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: "123.0"
default: "124.0"
versions:
"124.0":
image: quay.io/browsers/edge:124.0
port: "4444"
path: "/"
"123.0":
image: quay.io/browsers/edge:123.0
port: "4444"
Expand Down Expand Up @@ -603,8 +607,16 @@ moon:
port: "4444"
path: "/"
firefox:
default: "123.0"
default: "125.0"
versions:
"125.0":
image: quay.io/browsers/firefox:125.0
port: "4444"
path: "/wd/hub"
"124.0":
image: quay.io/browsers/firefox:124.0
port: "4444"
path: "/wd/hub"
"123.0":
image: quay.io/browsers/firefox:123.0
port: "4444"
Expand Down Expand Up @@ -1090,8 +1102,14 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "123.0"
default: "125.0"
versions:
"125.0":
image: quay.io/browsers/chrome:125.0
port: "4444"
"124.0":
image: quay.io/browsers/chrome:124.0
port: "4444"
"123.0":
image: quay.io/browsers/chrome:123.0
port: "4444"
Expand Down

0 comments on commit fe678bc

Please sign in to comment.