From 92cb69a6661767e13c46893f758eb567db52acb6 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Wed, 29 Oct 2025 15:39:01 +0100 Subject: [PATCH] ImageAutomation fixed --- .../machine-learning/ImageAutomation/ImagePolicy.yaml | 10 +++++----- .../ImageAutomation/ImageRepository.yaml | 7 ------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/cluster/apps/immich/machine-learning/ImageAutomation/ImagePolicy.yaml b/cluster/apps/immich/machine-learning/ImageAutomation/ImagePolicy.yaml index 4cab00b..7ba5fed 100644 --- a/cluster/apps/immich/machine-learning/ImageAutomation/ImagePolicy.yaml +++ b/cluster/apps/immich/machine-learning/ImageAutomation/ImagePolicy.yaml @@ -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' diff --git a/cluster/apps/immich/machine-learning/ImageAutomation/ImageRepository.yaml b/cluster/apps/immich/machine-learning/ImageAutomation/ImageRepository.yaml index 01a8d2b..c1d976f 100644 --- a/cluster/apps/immich/machine-learning/ImageAutomation/ImageRepository.yaml +++ b/cluster/apps/immich/machine-learning/ImageAutomation/ImageRepository.yaml @@ -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*