2 Commits

Author SHA1 Message Date
b02c9f0c4f Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.136.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
2025-07-29 23:43:31 +00:00
c0a2f93a39 change redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m23s
2025-07-29 18:42:27 -05:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -64,7 +64,7 @@ outline:
- name: PGSSLMODE - name: PGSSLMODE
value: disable value: disable
- name: REDIS_URL - name: REDIS_URL
value: redis://outline-valkey-primary.outline:6379 value: redis://redis-replication-outline-headless.outline:6379
- name: FILE_STORAGE - name: FILE_STORAGE
value: s3 value: s3
- name: AWS_ACCESS_KEY_ID - name: AWS_ACCESS_KEY_ID