Merge pull request 'feature/immich-machine-learning-intel-gpu' (#1) from feature/immich-machine-learning-intel-gpu into main
Reviewed-on: #1
This commit was merged in pull request #1.
	This commit is contained in:
		@@ -19,7 +19,7 @@ spec:
 | 
			
		||||
      automountServiceAccountToken: false
 | 
			
		||||
      containers:
 | 
			
		||||
        - 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
 | 
			
		||||
          resources:
 | 
			
		||||
            limits:
 | 
			
		||||
 
 | 
			
		||||
@@ -7,9 +7,9 @@ metadata:
 | 
			
		||||
spec:
 | 
			
		||||
  imageRepositoryRef:
 | 
			
		||||
    name: immich-machine-learning
 | 
			
		||||
  policy:
 | 
			
		||||
    # https://github.com/immich-app/immich/releases
 | 
			
		||||
    semver:
 | 
			
		||||
      range: '2.*.*'
 | 
			
		||||
  # https://github.com/immich-app/immich/releases
 | 
			
		||||
  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
 | 
			
		||||
  image: ghcr.io/immich-app/immich-machine-learning
 | 
			
		||||
  interval: 24h
 | 
			
		||||
  exclusionList:
 | 
			
		||||
    - .*openvino
 | 
			
		||||
    - .*cuda
 | 
			
		||||
    - .*armnn
 | 
			
		||||
    - pr*
 | 
			
		||||
    - main
 | 
			
		||||
    - main*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user