17 lines
		
	
	
		
			510 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			510 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: sonarr4
 | 
						|
version: 1.0.0
 | 
						|
sources:
 | 
						|
  - https://github.com/Sonarr/Sonarr
 | 
						|
  - https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/sonarr
 | 
						|
  - https://github.com/alexlebens/helm-charts/charts/postgres-cluster
 | 
						|
dependencies:
 | 
						|
  - name: sonarr
 | 
						|
    version: 17.1.1
 | 
						|
    repository: https://k8s-home-lab.github.io/helm-charts/
 | 
						|
  - name: postgres-cluster
 | 
						|
    alias: postgres-16-cluster
 | 
						|
    version: 3.1.0
 | 
						|
    repository: http://alexlebens.github.io/helm-charts
 | 
						|
appVersion: "4.0.4.1491"
 |