37 lines
799 B
Go Template
37 lines
799 B
Go Template
{{ template "chart.header" . }}
|
|
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
{{ template "chart.badgesSection" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
## Installing
|
|
|
|
Before you can install, you need to add the `open-webui` repo to [Helm](https://helm.sh)
|
|
|
|
```shell
|
|
helm repo add open-webui https://helm.openwebui.com/
|
|
helm repo update
|
|
```
|
|
|
|
Now you can install the chart:
|
|
|
|
```shell
|
|
helm upgrade --install open-webui open-webui/open-webui
|
|
```
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
{{ template "chart.valuesSection" . }}
|
|
|
|
----------------------------------------------
|
|
|
|
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/).
|