This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `aa3f0fe` -> `2729475` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `1afd251` -> `3b02d7b` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `f0c81a1` -> `ed264be` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `2bbf700` -> `cc94659` | | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `6676551` -> `a5935f0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v1.143.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.143.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.143.0...v1.143.1) ##### v1.143.1 ##### What's Changed ##### 🐛 Bug fixes - fix: migrate backup delay from old timeline by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22327](https://redirect.github.com/immich-app/immich/pull/22327) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [#​22022](https://redirect.github.com/immich-app/immich/pull/22022) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [#​22288](https://redirect.github.com/immich-app/immich/pull/22288) **Full Changelog**: <https://github.com/immich-app/immich/compare/v1.143.0>... </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
167 lines
3.9 KiB
YAML
167 lines
3.9 KiB
YAML
image:
|
|
repository: ghcr.io/immich-app/immich-server
|
|
tag: v1.143.1@sha256:a5935f03b93137952c38b14a47148525023f4c36a2db174d8266a9d3b37e7e3b
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlImage:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
tag: v1.143.1@sha256:cc94659771d7e394d6406ebb0664069f2523062fda4f934def31648e903c4de2
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlCudaImage:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
tag: v1.143.1-cuda@sha256:ed264be211c932b859dcb92076911d672a32a6b610b2436e0940be6680d67728
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlOpenvinoImage:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
tag: v1.143.1-openvino@sha256:3b02d7b2d3157f5910d74e1f9868804153925b5fd45025ee911a6c6c9f0a46db
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlRocmImage:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
tag: v1.143.1-rocm@sha256:27294752e58d9a045a7f12c82d178e72238e218c4fb9d86788568c85c5680330
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
immich:
|
|
enable_ml: true
|
|
mlImageType: mlImage
|
|
log_level: log
|
|
|
|
service:
|
|
main:
|
|
# Main service targets the server
|
|
targetSelector: main
|
|
ports:
|
|
main:
|
|
port: 10323
|
|
protocol: http
|
|
targetSelector: main
|
|
microservices:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: microservices
|
|
ports:
|
|
microservices:
|
|
enabled: true
|
|
primary: true
|
|
port: 10004
|
|
protocol: http
|
|
targetSelector: microservices
|
|
machinelearning:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: machinelearning
|
|
ports:
|
|
machinelearning:
|
|
enabled: true
|
|
primary: true
|
|
port: 10003
|
|
protocol: http
|
|
targetSelector: machinelearning
|
|
|
|
persistence:
|
|
mlcache:
|
|
enabled: true
|
|
type: emptyDir
|
|
targetSelector:
|
|
machinelearning:
|
|
machinelearning:
|
|
mountPath: /mlcache
|
|
microcache:
|
|
enabled: true
|
|
type: emptyDir
|
|
targetSelector:
|
|
microservices:
|
|
microservices:
|
|
mountPath: /microcache
|
|
library:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/library
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
uploads:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/upload
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
backups:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/backups
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
thumbs:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/thumbs
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
profile:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/profile
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
video:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/encoded-video
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: immich
|
|
database: immich
|
|
type: vectors
|
|
cluster:
|
|
initdb:
|
|
postInitApplicationSQL:
|
|
- CREATE EXTENSION IF NOT EXISTS cube;
|
|
- CREATE EXTENSION IF NOT EXISTS earthdistance;
|
|
- CREATE SCHEMA IF NOT EXISTS vectors;
|
|
- ALTER DATABASE immich SET search_path TO "immich", public, vectors;
|
|
- SET search_path TO "immich", public, vectors;
|
|
- GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;
|
|
- ALTER SCHEMA vectors OWNER TO immich;
|
|
|
|
redis:
|
|
enabled: true
|
|
redisUsername: default
|
|
|
|
ingress:
|
|
main:
|
|
integrations:
|
|
homepage:
|
|
widget:
|
|
version: 2
|