Skip to content

Commit

Permalink
Merge pull request #71 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.2 release
  • Loading branch information
vania-pooh authored Oct 10, 2021
2 parents 8d75efb + 079a902 commit 8aa94aa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: moon
version: 1.0.7
appVersion: 1.9.1
version: 1.1.14
appVersion: 1.9.2
description: Moon Helm chart
2 changes: 1 addition & 1 deletion moon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ spec:
{{- if and .Values.moon.ui .Values.moon.ui.image }}
image: {{ .Values.moon.ui.image }}
{{- else }}
image: aerokube/selenoid-ui:1.10.3
image: aerokube/selenoid-ui:1.10.4
{{- end }}
args:
- -status-uri
Expand Down
23 changes: 20 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,16 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "93.0"
default: "95.0"
versions:
"95.0":
image: quay.io/browsers/edge:95.0
port: "4444"
path: "/"
"94.0":
image: quay.io/browsers/edge:94.0
port: "4444"
path: "/"
"93.0":
image: quay.io/browsers/edge:93.0
port: "4444"
Expand Down Expand Up @@ -772,8 +780,11 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "93.0"
default: "94.0"
versions:
"94.0":
image: quay.io/browsers/chrome:94.0
port: "4444"
"93.0":
image: quay.io/browsers/chrome:93.0
port: "4444"
Expand Down Expand Up @@ -910,8 +921,14 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "78.0"
default: "80.0"
versions:
"80.0":
image: quay.io/browsers/opera:80.0
port: "4444"
"79.0":
image: quay.io/browsers/opera:79.0
port: "4444"
"78.0":
image: quay.io/browsers/opera:78.0
port: "4444"
Expand Down

0 comments on commit 8aa94aa

Please sign in to comment.