Skip to content

Commit

Permalink
Merge pull request #254 from vania-pooh/master
Browse files Browse the repository at this point in the history
Always using hard-coded version for old Moon UI
  • Loading branch information
vania-pooh authored Apr 11, 2024
2 parents 0880212 + 456c358 commit e1e26e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moon2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ spec:
image: {{ $defRepo := "quay.io/aerokube/moon-ui" -}}
{{- $defTag := "2.0.6" -}}
{{- if .Values.deployment -}}
{{- .Values.deployment.moonUIRepo | default $defRepo -}}:{{- .Values.deployment.moonUITag | default $defTag -}}
{{- .Values.deployment.moonUIRepo | default $defRepo -}}:{{- $defTag -}}
{{- else -}}
{{- $defRepo }}:{{- $defTag -}}
{{- end }}
Expand Down

0 comments on commit e1e26e6

Please sign in to comment.