mirror of https://github.com/fluxcd/flux2.git
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			363 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			363 B
		
	
	
	
		
			YAML
		
	
apiVersion: image.toolkit.fluxcd.io/v1
 | 
						|
kind: ImageRepository
 | 
						|
---
 | 
						|
 | 
						|
 | 
						|
 | 
						|
apiVersion: image.toolkit.fluxcd.io/v1
 | 
						|
kind: ImagePolicy
 | 
						|
 | 
						|
---
 | 
						|
spec:
 | 
						|
  wait: true
 | 
						|
  dependsOn:
 | 
						|
    - apiVersion: image.toolkit.fluxcd.io/v1 # update this from v1beta1
 | 
						|
      kind: ImageRepository # there can be comments here too
 | 
						|
 | 
						|
 | 
						|
---
 | 
						|
 | 
						|
apiVersion: image.toolkit.fluxcd.io/v1/v2
 | 
						|
kind: ImagePolicy
 | 
						|
 |