Skip to content

Commit

Permalink
Merge pull request #79 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.3
  • Loading branch information
vania-pooh authored Nov 15, 2021
2 parents 3836073 + c219aa3 commit 192f91a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 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.16
appVersion: 1.9.2
appVersion: 1.9.3
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
21 changes: 18 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,12 @@ moon:
quota:
browsers:
safari:
default: "14.0"
default: "15.0"
versions:
"15.0":
image: quay.io/browsers/safari:15.0
port: "4444"
path: "/"
"14.0":
image: quay.io/browsers/safari:14.0
port: "4444"
Expand Down Expand Up @@ -432,8 +436,16 @@ moon:
port: "4444"
path: "/"
firefox:
default: "92.0"
default: "94.0"
versions:
"94.0":
image: quay.io/browsers/firefox:94.0
port: "4444"
path: "/wd/hub"
"93.0":
image: quay.io/browsers/firefox:93.0
port: "4444"
path: "/wd/hub"
"92.0":
image: quay.io/browsers/firefox:92.0
port: "4444"
Expand Down Expand Up @@ -939,8 +951,11 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "80.0"
default: "81.0"
versions:
"81.0":
image: quay.io/browsers/opera:81.0
port: "4444"
"80.0":
image: quay.io/browsers/opera:80.0
port: "4444"
Expand Down

0 comments on commit 192f91a

Please sign in to comment.