Skip to content

Commit

Permalink
Merge pull request #205 from vania-pooh/master
Browse files Browse the repository at this point in the history
New images for UI and browsers
  • Loading branch information
vania-pooh authored Jun 18, 2023
2 parents edb2251 + 54d542e commit 41ed148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion moon2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ spec:
{{- end }}
- name: moon-ui
image: {{ $defRepo := "quay.io/aerokube/moon-ui" -}}
{{- $defTag := "2.0.4" -}}
{{- $defTag := "2.0.5" -}}
{{- if .Values.deployment -}}
{{- .Values.deployment.moonUIRepo | default $defRepo -}}:{{- .Values.deployment.moonUITag | default $defTag -}}
{{- else -}}
Expand Down
6 changes: 3 additions & 3 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 113.0.1774.50-5
default: 114.0.1823.51-5
chrome:
repository: quay.io/browser/google-chrome-stable
default: 113.0.5672.126-5
default: 114.0.5735.133-5
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 113.0.2-4
default: 114.0.1-4
opera:
repository: quay.io/browser/opera-stable
default: 98.0.4759.39-6
Expand Down

0 comments on commit 41ed148

Please sign in to comment.