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.
		
		
		
		
		
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			538 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			12 lines
		
	
	
		
			538 B
		
	
	
	
		
			YAML
		
	
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
						|
kind: Kustomization
 | 
						|
namespace: flux-system
 | 
						|
resources:
 | 
						|
  - https://raw.githubusercontent.com/stefanprodan/podinfo/6.8.0/kustomize/deployment.yaml
 | 
						|
  - auto.yaml
 | 
						|
images:
 | 
						|
  - name: ghcr.io/stefanprodan/podinfo
 | 
						|
    newName: ghcr.io/stefanprodan/podinfo # {"$imagepolicy": "flux-system:podinfo:name"}
 | 
						|
    newTag: 6.8.0 # {"$imagepolicy": "flux-system:podinfo:tag"}
 | 
						|
    digest: "sha256:6c1975b871efb327528c84d46d38e6dd7906eecee6402bc270eeb7f1b1a506df" # {"$imagepolicy": "flux-system:podinfo:digest"}
 |