mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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/).
 |