2 Commits

Author SHA1 Message Date
8e09d0d78e Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.135.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-07-22 03:25:35 +00:00
3b356f9bcd fix download
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m7s
2025-07-21 22:24:00 -05:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -40,8 +40,8 @@ gitea:
readOnly: true
mountPath: /data/gitea/public/assets/css
initPreScript: |
curl https://github.com/catppuccin/gitea/releases/download/v1.0.2/catppuccin-gitea.tar.gz -o catppuccin-gitea.tar.gz;
tar -xJvf catppuccin-gitea.tar.gz -C /data/gitea/public/assets/css;
wget https://github.com/catppuccin/gitea/releases/latest/download/catppuccin-gitea.tar.gz;
tar -xvzf catppuccin-gitea.tar.gz -C /data/gitea/public/assets/css;
rm catppuccin-gitea.tar.gz;
gitea:
metrics: