File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn UI
44
55type : application
66
7- version : 1.14.0-rc2
8- appVersion : 1.14.0-rc2
7+ version : 1.14.0-rc3
8+ appVersion : 1.14.0-rc3
99
1010icon : https://assets.unikorn-cloud.org/assets/images/logos/dark-on-light/icon.png
1111
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ v{{ .Chart.Version }}
66{{- end }}
77
88{{- define " unikorn-ui.image" -}}
9- {{- .Values.image | default (printf " %s /unikorn-ui:%s " (include " unikorn.defaultRepositoryPath" . ) (.Values.tag | default .Chart.Version )) }}
9+ {{- .Values.image | default (printf " %s /unikorn-ui:%s " (include " unikorn.defaultRepositoryPath" . ) (.Values.tag | default (include " unikorn.defaultTag " . ) )) }}
1010{{- end }}
1111
1212{{/*
You can’t perform that action at this time.
0 commit comments