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
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: open-webui
|
name: open-webui
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
appVersion: 1.0.0-alpha.100
|
appVersion: "latest"
|
||||||
|
|
||||||
home: https://www.openwebui.com/
|
home: https://www.openwebui.com/
|
||||||
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
|
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
|
||||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
{{- with .Values.webui.image }}
|
{{- with .Values.webui.image }}
|
||||||
image: {{ .repository }}:{{ .tag }}
|
image: {{ .repository }}:{{ .tag | default $.Chart.AppVersion }}
|
||||||
imagePullPolicy: {{ .pullPolicy }}
|
imagePullPolicy: {{ .pullPolicy }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -39,7 +39,7 @@ webui:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/open-webui/open-webui
|
repository: ghcr.io/open-webui/open-webui
|
||||||
tag: latest
|
tag: ""
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
resources: {}
|
resources: {}
|
||||||
ingress:
|
ingress:
|
||||||
|
|
Loading…
Reference in a new issue