22 lines
		
	
	
		
			666 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			666 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: authentik
 | 
						|
version: 1.0.0
 | 
						|
sources:
 | 
						|
  - https://github.com/goauthentik/authentik
 | 
						|
  - https://github.com/goauthentik/helm
 | 
						|
  - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template
 | 
						|
  - https://github.com/alexlebens/helm-charts/charts/postgres-cluster
 | 
						|
dependencies:
 | 
						|
  - name: authentik
 | 
						|
    version: 2024.4.2
 | 
						|
    repository: https://charts.goauthentik.io/
 | 
						|
  - name: cloudflared
 | 
						|
    alias: cloudflared
 | 
						|
    repository: http://alexlebens.github.io/helm-charts
 | 
						|
    version: 1.2.0
 | 
						|
  - name: postgres-cluster
 | 
						|
    alias: postgres-16-cluster
 | 
						|
    version: 3.1.0
 | 
						|
    repository: http://alexlebens.github.io/helm-charts
 | 
						|
appVersion: "2024.4.2"
 |