2 Commits

Author SHA1 Message Date
bba65d54bb Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.140.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 14s
2025-09-05 05:38:38 +00:00
e6035cc868 add transition condition
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m2s
2025-09-05 00:37:03 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.134.0
tag: v1.140.1
pullPolicy: IfNotPresent
env:
- name: TRANSFORMERS_CACHE

View File

@@ -279,7 +279,7 @@ argo-cd:
- description: Application has degraded
send:
- app-health-degraded
when: app.status.health.status == 'Degraded'
when: app.status.health.status == 'Degraded' and time.Now().Sub(time.Parse(app.status.health.lastTransitionTime).Minutes() >= 15
trigger.on-sync-failed: |
- description: Application syncing has failed
send: