Skip to content

Commit

Permalink
Bump default Moon UI version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Aug 18, 2022
1 parent 5ba5fa4 commit e6b1edd
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e6b1edd

Please sign in to comment.