Skip to content

Commit

Permalink
Always using hard-coded version for old Moon UI
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Apr 11, 2024
1 parent 0880212 commit 456c358
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 456c358

Please sign in to comment.