Skip to content

Commit

Permalink
Merge pull request #168 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 2.3.5 changes
  • Loading branch information
vania-pooh authored Aug 18, 2022
2 parents 0514f58 + e6b1edd commit 19e46cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion moon2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: moon2
version: 2.0.0
appVersion: 2.3.4
appVersion: 2.3.5
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
4 changes: 2 additions & 2 deletions moon2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
{{- else -}}
{{- $def -}}
{{- end }}
{{- if $basicAuth }}
{{- if $basicAuth }}
{{- if eq $basicAuth "openshift" }}
- name: moon-ui-basic-auth
image: {{ $defRepo := "quay.io/aerokube/moon-basic-auth" -}}
Expand Down Expand Up @@ -233,7 +233,7 @@ spec:
{{- end }}
- name: moon-ui
image: {{ $defRepo := "quay.io/aerokube/moon-ui" -}}
{{- $defTag := "2.0.3" -}}
{{- $defTag := "2.0.4" -}}
{{- 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 @@ -391,16 +391,16 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 104.0.1293.47-1
default: 104.0.1293.54-1
chrome:
repository: quay.io/browser/google-chrome-stable
default: 104.0.5112.79-1
default: 104.0.5112.101-1
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 103.0.0-1
opera:
repository: quay.io/browser/opera-stable
default: 89.0.4447.51-2
default: 89.0.4447.97-2
safari:
repository: quay.io/browser/safari
default: 15.0-0
Expand Down

0 comments on commit 19e46cf

Please sign in to comment.