mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	refactor: add charts dependencies tgz to gitignore
This commit is contained in:
		
							parent
							
								
									4c789ac788
								
							
						
					
					
						commit
						f1c4efb94f
					
				
							
								
								
									
										22
									
								
								.github/workflows/helm-test-open-webui.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/helm-test-open-webui.yml
									
									
									
									
										vendored
									
									
								
							| @ -20,20 +20,21 @@ jobs: | |||||||
|       - name: Set up Helm |       - name: Set up Helm | ||||||
|         uses: azure/setup-helm@v4 |         uses: azure/setup-helm@v4 | ||||||
| 
 | 
 | ||||||
|       - name: Lint open-webui Helm Chart |  | ||||||
|         run: | |  | ||||||
|           helm lint ./charts/open-webui |  | ||||||
| 
 |  | ||||||
|       - name: Add Dependency Repos |       - name: Add Dependency Repos | ||||||
|         run: | |         run: | | ||||||
|           helm repo add ollama https://otwld.github.io/ollama-helm/ |           helm repo add ollama https://otwld.github.io/ollama-helm/ | ||||||
|           helm repo add open-webui https://helm.openwebui.com/ |           helm repo add open-webui https://helm.openwebui.com/ | ||||||
|           helm repo add tika https://apache.jfrog.io/artifactory/tika/ |           helm repo add tika https://apache.jfrog.io/artifactory/tika/ | ||||||
|           helm repo add redis https://charts.bitnami.com/bitnami |           helm repo add bitnami https://charts.bitnami.com/bitnami | ||||||
|  | 
 | ||||||
|       - name: Build open-webui Helm dependencies |       - name: Build open-webui Helm dependencies | ||||||
|         run: | |         run: | | ||||||
|           helm dependency build ./charts/open-webui |           helm dependency build ./charts/open-webui | ||||||
| 
 | 
 | ||||||
|  |       - name: Lint open-webui Helm Chart | ||||||
|  |         run: | | ||||||
|  |           helm lint ./charts/open-webui | ||||||
|  | 
 | ||||||
|   test-deploy: |   test-deploy: | ||||||
|     name: Test Chart Deployment |     name: Test Chart Deployment | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| @ -52,6 +53,17 @@ jobs: | |||||||
|       - name: Set up KinD Cluster |       - name: Set up KinD Cluster | ||||||
|         uses: helm/kind-action@v1 |         uses: helm/kind-action@v1 | ||||||
| 
 | 
 | ||||||
|  |       - name: Add Dependency Repos | ||||||
|  |         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/ | ||||||
|  |           helm repo add bitnami https://charts.bitnami.com/bitnami | ||||||
|  | 
 | ||||||
|  |       - name: Build open-webui Helm dependencies | ||||||
|  |         run: | | ||||||
|  |           helm dependency build ./charts/open-webui | ||||||
|  | 
 | ||||||
|       - name: Template open-webui Helm Chart |       - name: Template open-webui Helm Chart | ||||||
|         run: | |         run: | | ||||||
|           helm template open-webui ./charts/open-webui \ |           helm template open-webui ./charts/open-webui \ | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -122,4 +122,8 @@ Temporary Items | |||||||
| # iCloud generated files | # iCloud generated files | ||||||
| *.icloud | *.icloud | ||||||
| 
 | 
 | ||||||
|  | ### Helm ### | ||||||
|  | # Chart dependencies | ||||||
|  | **/charts/*.tgz | ||||||
|  | 
 | ||||||
| # End of https://www.toptal.com/developers/gitignore/api/macos,intellij+all,helm | # End of https://www.toptal.com/developers/gitignore/api/macos,intellij+all,helm | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user