mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
Allows to only show new version reminder for admins, but not for users #2261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hongbo-miao on GitHub (Oct 2, 2024).
Is your feature request related to a problem? Please describe.
Our Open WebUI shows new version reminders. I think it is very helpful for admins.
We got feedback from our end users that this reminder is very annoyed.
And Helm chart is not often up-to-date using latest version by default: https://github.com/open-webui/helm-charts

For example, v0.3.30 released 1 week ago, but Helm chart released today for this new version.
Describe the solution you'd like
I saw this ticket marked as not planned https://github.com/open-webui/open-webui/issues/5840
So could we only show new version reminder for admins, but not for end users? Thanks!
Describe alternatives you've considered
Before this new Helm chart release, to upgrade to latest version to remove the reminders, one workaround way is in Helm chart, I can set image tag version manually to
v0.3.30to overwrite the old default tag version which wasv0.3.20.