Skip to content

Commit

Permalink
Merge pull request #46 from vania-pooh/master
Browse files Browse the repository at this point in the history
Release 1.8.2 changes
  • Loading branch information
aandryashin authored Feb 23, 2021
2 parents cb6b92b + 90075df commit bd48836
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.8.1
appVersion: 1.8.2
description: Moon Helm chart
2 changes: 1 addition & 1 deletion moon/templates/moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
{{- if and .Values.moon.ui .Values.moon.ui.image }}
image: {{ .Values.moon.ui.image }}
{{- else }}
image: aerokube/selenoid-ui:1.10.2
image: aerokube/selenoid-ui:1.10.3
{{- end }}
args:
- -status-uri
Expand Down
17 changes: 14 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,12 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "88.0"
default: "90.0"
versions:
"90.0":
image: browsers/edge:90.0
port: "4444"
path: "/"
"89.0":
image: browsers/edge:89.0
port: "4444"
Expand All @@ -330,8 +334,12 @@ moon:
port: "4444"
path: "/"
firefox:
default: "84.0"
default: "85.0"
versions:
"85.0":
image: selenoid/vnc_firefox:85.0
port: "4444"
path: "/wd/hub"
"84.0":
image: selenoid/vnc_firefox:84.0
port: "4444"
Expand Down Expand Up @@ -901,8 +909,11 @@ moon:
cpu: "2"
memory: "4Gi"
opera:
default: "73.0"
default: "74.0"
versions:
"74.0":
image: selenoid/vnc_opera:74.0
port: "4444"
"73.0":
image: selenoid/vnc_opera:73.0
port: "4444"
Expand Down

0 comments on commit bd48836

Please sign in to comment.