21 lines
		
	
	
		
			638 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			638 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: argo-workflows
 | 
						|
version: 1.0.0
 | 
						|
sources:
 | 
						|
  - https://github.com/argoproj/argo-workflows
 | 
						|
  - https://github.com/argoproj/argo-events
 | 
						|
  - https://github.com/argoproj/argo-helm/tree/main/charts
 | 
						|
  - https://github.com/alexlebens/helm-charts/charts/postgres-cluster
 | 
						|
dependencies:
 | 
						|
  - name: argo-workflows
 | 
						|
    version: 0.41.7
 | 
						|
    repository: https://argoproj.github.io/argo-helm
 | 
						|
  - name: argo-events
 | 
						|
    version: 2.4.5
 | 
						|
    repository: https://argoproj.github.io/argo-helm
 | 
						|
  - name: postgres-cluster
 | 
						|
    alias: postgres-16-cluster
 | 
						|
    version: 3.1.0
 | 
						|
    repository: http://alexlebens.github.io/helm-charts
 | 
						|
appVersion: v3.5.6
 |