Skip to content

Commit 9621472

Browse files
authored
Merge pull request #321 from nscaledev/bump
bump
2 parents 14a5f74 + c3b07fb commit 9621472

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/ui/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn UI
44

55
type: 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

1010
icon: https://assets.unikorn-cloud.org/assets/images/logos/dark-on-light/icon.png
1111

charts/ui/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{{/*

0 commit comments

Comments
 (0)