12 lines
		
	
	
		
			262 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			262 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: traefik
 | 
						|
version: 1.0.0
 | 
						|
sources:
 | 
						|
  - https://github.com/traefik/traefik
 | 
						|
  - https://github.com/traefik/traefik-helm-chart
 | 
						|
dependencies:
 | 
						|
  - name: traefik
 | 
						|
    version: 28.3.0
 | 
						|
    repository: https://traefik.github.io/charts
 | 
						|
appVersion: v3.0.0
 |