Skip to content

Commit

Permalink
Merge pull request #96 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.5
  • Loading branch information
vania-pooh authored Jan 30, 2022
2 parents 2707c8f + 36ac201 commit 7925291
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 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.18
appVersion: 1.9.4
appVersion: 1.9.5
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
22 changes: 18 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: "96.0"
default: "97.0"
versions:
"97.0":
image: quay.io/browsers/edge:97.0
port: "4444"
path: "/"
"96.0":
image: quay.io/browsers/edge:96.0
port: "4444"
Expand Down Expand Up @@ -511,8 +515,12 @@ moon:
port: "4444"
path: "/"
firefox:
default: "95.0"
default: "96.0"
versions:
"96.0":
image: quay.io/browsers/firefox:96.0
port: "4444"
path: "/wd/hub"
"95.0":
image: quay.io/browsers/firefox:95.0
port: "4444"
Expand Down Expand Up @@ -886,8 +894,11 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "96.0"
default: "97.0"
versions:
"97.0":
image: quay.io/browsers/chrome:97.0
port: "4444"
"96.0":
image: quay.io/browsers/chrome:96.0
port: "4444"
Expand Down Expand Up @@ -1033,8 +1044,11 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "82.0"
default: "83.0"
versions:
"83.0":
image: quay.io/browsers/opera:83.0
port: "4444"
"82.0":
image: quay.io/browsers/opera:82.0
port: "4444"
Expand Down

0 comments on commit 7925291

Please sign in to comment.