forked from open-webui/open-webui
use "latest" as appVersion
This commit is contained in:
parent
7d947c2988
commit
dd64b1e693
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ spec:
|
|||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
{{- with .Values.webui.image }}
|
||||
image: {{ .repository }}:{{ .tag }}
|
||||
image: {{ .repository }}:{{ .tag | default $.Chart.AppVersion }}
|
||||
imagePullPolicy: {{ .pullPolicy }}
|
||||
{{- end }}
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue