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.
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.30 to overwrite the old default tag version which was v0.3.20.
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.30` to overwrite the old default tag version which was `v0.3.20`.
```yaml
image:
repository: ghcr.io/open-webui/open-webui
tag: v0.3.30
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.