forked from open-webui/open-webui
update image repository and storage
This commit is contained in:
parent
05e31494c2
commit
0d803aa0fd
3 changed files with 28 additions and 13 deletions
|
@ -16,7 +16,10 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: {{ .Values.webui.image }}
|
||||
{{- with .Values.webui.image }}
|
||||
image: {{ .repository }}:{{ .tag }}
|
||||
imagePullPolicy: {{ .pullPolicy }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.webui.service.containerPort }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue