mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	Bundle in Tika chart, update docs, update Ollama chart to latest
This commit is contained in:
		
							parent
							
								
									54961fc38b
								
							
						
					
					
						commit
						6a61802dab
					
				
							
								
								
									
										1
									
								
								.github/workflows/helm-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/helm-release.yml
									
									
									
									
										vendored
									
									
								
							| @ -28,6 +28,7 @@ jobs: | ||||
|         run: | | ||||
|           helm repo add ollama https://otwld.github.io/ollama-helm/ | ||||
|           helm repo add open-webui https://helm.openwebui.com/ | ||||
|           helm repo add tika https://apache.jfrog.io/artifactory/tika/ | ||||
| 
 | ||||
|       - name: Run chart-releaser | ||||
|         uses: helm/chart-releaser-action@v1.6.0 | ||||
|  | ||||
| @ -1,12 +1,12 @@ | ||||
| dependencies: | ||||
| - name: ollama | ||||
|   repository: https://otwld.github.io/ollama-helm/ | ||||
|   version: 0.63.1 | ||||
|   version: 0.64.0 | ||||
| - name: pipelines | ||||
|   repository: https://helm.openwebui.com | ||||
|   version: 0.0.4 | ||||
| - name: tika | ||||
|   repository: https://apache.jfrog.io/artifactory/tika | ||||
|   version: 2.9.0 | ||||
| digest: sha256:6c74771bc35c3518657bbc18d2f62fd6e12b0846b13e9e4022ea83265c99c112 | ||||
| generated: "2024-11-03T16:13:47.780327986Z" | ||||
| digest: sha256:91c12b702598527a8b602af6f229f975abc8bd7cf95c31324bc013bb919ff14e | ||||
| generated: "2024-11-07T14:14:55.798831-07:00" | ||||
|  | ||||
| @ -75,7 +75,7 @@ helm upgrade --install open-webui open-webui/open-webui | ||||
| | replicaCount | int | `1` |  | | ||||
| | resources | object | `{}` |  | | ||||
| | service | object | `{"annotations":{},"containerPort":8080,"labels":{},"loadBalancerClass":"","nodePort":"","port":80,"type":"ClusterIP"}` | Service values to expose Open WebUI pods to cluster | | ||||
| | tika.enabled | bool | `false` |  | | ||||
| | tika.enabled | bool | `false` | Automatically install Apache Tika to extend Open WebUI | | ||||
| | tolerations | list | `[]` | Tolerations for pod assignment | | ||||
| | topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pod assignment | | ||||
| | volumeMounts | object | `{"container":[],"initContainer":[]}` | Configure container volume mounts ref: <https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/> | | ||||
|  | ||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/open-webui/charts/ollama-0.64.0.tgz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/open-webui/charts/ollama-0.64.0.tgz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/open-webui/charts/tika-2.9.0.tgz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/open-webui/charts/tika-2.9.0.tgz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @ -24,6 +24,10 @@ pipelines: | ||||
|   # -- This section can be used to pass required environment variables to your pipelines (e.g. Langfuse hostname) | ||||
|   extraEnvVars: [] | ||||
| 
 | ||||
| tika: | ||||
|   # -- Automatically install Apache Tika to extend Open WebUI | ||||
|   enabled: false | ||||
| 
 | ||||
| # -- A list of Ollama API endpoints. These can be added in lieu of automatically installing the Ollama Helm chart, or in addition to it. | ||||
| ollamaUrls: [] | ||||
| 
 | ||||
| @ -154,5 +158,3 @@ containerSecurityContext: | ||||
|   #     - ALL | ||||
|   # seccompProfile: | ||||
|   #   type: "RuntimeDefault" | ||||
| tika: | ||||
|   enabled: false | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user