11 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
apiVersion: image.toolkit.fluxcd.io/v1
 | 
						|
kind: ImageRepository
 | 
						|
metadata:
 | 
						|
  name: immich-machine-learning
 | 
						|
  namespace: immich
 | 
						|
spec:
 | 
						|
  # https://github.com/immich-app/immich/pkgs/container/immich-machine-learning
 | 
						|
  image: ghcr.io/immich-app/immich-machine-learning
 | 
						|
  interval: 24h
 |