Helm charts for the Open WebUI application.
This chart was forked from the open-webui/helm-charts repo
in order to enable using volumeClaimTemplates for multiple replicas
This chart was released using the helm/chart-releaser tool
- Make changes to the chart in either a feature branch or the main branch
- Make sure that you have the
chart-releasertool installed - Run the following commands to create a new release
cr package charts/open-webui
cr upload --owner tamu-edu --git-repo open-webui-helm-charts --packages-with-index --token <your PAT>
cr index --owner tamu-edu --git-repo open-webui-helm-charts --packages-with-index --index-path . --token <your PAT> --pushThe above will publish the correct templates and index files to a gh-pages branch of the repo
and publish it to github pages
Use a repository value of https://tamu-edu.github.io/open-webui-helm-charts/
Use a chart name of open-webui
Use a version from the repo such as 15.20.1