29 lines
		
	
	
		
			584 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			584 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
apiVersion: image.toolkit.fluxcd.io/v1
 | 
						|
kind: ImageUpdateAutomation
 | 
						|
metadata:
 | 
						|
  name: gitea
 | 
						|
  namespace: immich
 | 
						|
spec:
 | 
						|
  interval: 30m
 | 
						|
  sourceRef:
 | 
						|
    kind: GitRepository
 | 
						|
    name: flux-system
 | 
						|
    namespace: flux-system
 | 
						|
  git:
 | 
						|
    checkout:
 | 
						|
      ref:
 | 
						|
        branch: main
 | 
						|
    commit:
 | 
						|
      author:
 | 
						|
        email: fluxcdbot@gitea.example.cloud
 | 
						|
        name: fluxcdbot
 | 
						|
      messageTemplate:
 | 
						|
        '{{range .Changed.Changes}}{{print .OldValue}} -> {{println
 | 
						|
        .NewValue}}{{end}}'
 | 
						|
    push:
 | 
						|
      branch: main
 | 
						|
  update:
 | 
						|
    path: ./cluster/apps/immich/
 | 
						|
    strategy: Setters
 |