Compare commits
	
		
			6 Commits
		
	
	
		
			a6a1386d10
			...
			eb1a666471
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| eb1a666471 | |||
| 92cb69a666 | |||
| d67cac1a9a | |||
| 
						 | 
					cad3eb24cf | ||
| 3669715137 | |||
| 
						 | 
					4bd41ccf77 | 
@@ -19,7 +19,7 @@ spec:
 | 
				
			|||||||
      automountServiceAccountToken: false
 | 
					      automountServiceAccountToken: false
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
        - name: immich-machine-learning
 | 
					        - name: immich-machine-learning
 | 
				
			||||||
          image: ghcr.io/immich-app/immich-machine-learning:v2.1.0 # {"$imagepolicy": "immich:immich-machine-learning"}
 | 
					          image: ghcr.io/immich-app/immich-machine-learning:v2.1.0-openvino # {"$imagepolicy": "immich:immich-machine-learning"}
 | 
				
			||||||
          imagePullPolicy: IfNotPresent
 | 
					          imagePullPolicy: IfNotPresent
 | 
				
			||||||
          resources:
 | 
					          resources:
 | 
				
			||||||
            limits:
 | 
					            limits:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,9 +7,9 @@ metadata:
 | 
				
			|||||||
spec:
 | 
					spec:
 | 
				
			||||||
  imageRepositoryRef:
 | 
					  imageRepositoryRef:
 | 
				
			||||||
    name: immich-machine-learning
 | 
					    name: immich-machine-learning
 | 
				
			||||||
  policy:
 | 
					  # https://github.com/immich-app/immich/releases
 | 
				
			||||||
    # https://github.com/immich-app/immich/releases
 | 
					 | 
				
			||||||
    semver:
 | 
					 | 
				
			||||||
      range: '2.*.*'
 | 
					 | 
				
			||||||
  filterTags:
 | 
					  filterTags:
 | 
				
			||||||
    pattern: 'v.*'
 | 
					    pattern: '.*-openvino'
 | 
				
			||||||
 | 
					  policy:
 | 
				
			||||||
 | 
					    semver:
 | 
				
			||||||
 | 
					      range: '2.x-0'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,10 +8,3 @@ spec:
 | 
				
			|||||||
  # https://github.com/immich-app/immich/pkgs/container/immich-machine-learning
 | 
					  # https://github.com/immich-app/immich/pkgs/container/immich-machine-learning
 | 
				
			||||||
  image: ghcr.io/immich-app/immich-machine-learning
 | 
					  image: ghcr.io/immich-app/immich-machine-learning
 | 
				
			||||||
  interval: 24h
 | 
					  interval: 24h
 | 
				
			||||||
  exclusionList:
 | 
					 | 
				
			||||||
    - .*openvino
 | 
					 | 
				
			||||||
    - .*cuda
 | 
					 | 
				
			||||||
    - .*armnn
 | 
					 | 
				
			||||||
    - pr*
 | 
					 | 
				
			||||||
    - main
 | 
					 | 
				
			||||||
    - main*
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user