Skip to content

Commit

Permalink
Merge pull request #251 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 2.6.3
  • Loading branch information
vania-pooh authored Apr 5, 2024
2 parents c78c8d2 + b0c8474 commit 46dbba6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions browser-ops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: browser-ops
version: 2.5.3
appVersion: 2.5.3
version: 2.6.3
appVersion: 2.6.3
description: Browser Operations chart
icon: https://aerokube.com/img/aerokube_logo.svg
2 changes: 1 addition & 1 deletion license-ops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: license-ops
version: 2.5.3
version: 2.6.3
appVersion: 1.0.1
description: License Operations chart
icon: https://aerokube.com/img/aerokube_logo.svg
2 changes: 1 addition & 1 deletion moon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ spec:
{{- if and .Values.moon.ui .Values.moon.ui.image }}
image: {{ .Values.moon.ui.image }}
{{- else }}
image: aerokube/selenoid-ui:1.10.4
image: aerokube/selenoid-ui:1.10.11
{{- end }}
args:
- -status-uri
Expand Down
4 changes: 2 additions & 2 deletions moon2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: moon2
version: 2.6.2
appVersion: 2.6.2
version: 2.6.3
appVersion: 2.6.3
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
2 changes: 1 addition & 1 deletion moon2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ spec:
{{- end }}
- name: moon-ui
image: {{ $defRepo := "quay.io/aerokube/moon-ui" -}}
{{- $defTag := "2.0.5" -}}
{{- $defTag := "2.0.6" -}}
{{- if .Values.deployment -}}
{{- .Values.deployment.moonUIRepo | default $defRepo -}}:{{- .Values.deployment.moonUITag | default $defTag -}}
{{- else -}}
Expand Down
8 changes: 4 additions & 4 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,16 +441,16 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 122.0.2365.63-6
default: 123.0.2420.81-6
chrome:
repository: quay.io/browser/google-chrome-stable
default: 122.0.6261.94-6
default: 123.0.6312.105-6
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 123.0.0-5
default: 124.0.2-5
opera:
repository: quay.io/browser/opera-stable
default: 107.0.5045.36-7
default: 109.0.5097.38-7
safari:
repository: quay.io/browser/safari
default: 15.0-0
Expand Down

0 comments on commit 46dbba6

Please sign in to comment.