mirror of https://github.com/open-webui/open-webui
fix values and update docker tag
This commit is contained in:
parent
62e0096817
commit
4608afa5b9
|
@ -24,11 +24,11 @@ webui:
|
|||
replicaCount: 1
|
||||
image:
|
||||
repository: ghcr.io/open-webui/open-webui
|
||||
tag: main
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
resources: {}
|
||||
ingress:
|
||||
enabled: disable
|
||||
enabled: false
|
||||
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
||||
# nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
annotations: {}
|
||||
|
|
Loading…
Reference in New Issue