17 lines
		
	
	
		
			453 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			453 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v2
 | |
| name: gitea
 | |
| version: 1.0.0
 | |
| sources:
 | |
|   - https://github.com/go-gitea/gitea
 | |
|   - https://gitea.com/gitea/helm-chart
 | |
|   - https://github.com/alexlebens/helm-charts/charts/postgres-cluster
 | |
| dependencies:
 | |
|   - name: gitea
 | |
|     version: 10.1.4
 | |
|     repository: https://dl.gitea.io/charts/
 | |
|   - name: postgres-cluster
 | |
|     alias: postgres-16-cluster
 | |
|     version: 3.1.0
 | |
|     repository: http://alexlebens.github.io/helm-charts       
 | |
| appVersion: "1.21.7"
 |