This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `24df117` -> `d63feee` | 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-server)</summary> ### [`v1.119.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.119.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.119.0...v1.119.1) ### v1.119.1 This patch release adds job options to the search view context menu when bulk-selecting assets.  #### What's Changed ##### 🌟 Enhancements - feat(web): add job action to search page result by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/13784](https://redirect.github.com/immich-app/immich/pull/13784) ##### 📚 Documentation - docs: note about Nginx reverse proxy compatibility with Let's Encrypt by [@​yozik04](https://redirect.github.com/yozik04) in [https://github.com/immich-app/immich/pull/13764](https://redirect.github.com/immich-app/immich/pull/13764) - docs: Add info about album sync\&folder view by [@​aviv926](https://redirect.github.com/aviv926) in [https://github.com/immich-app/immich/pull/12371](https://redirect.github.com/immich-app/immich/pull/12371) #### New Contributors - [@​yozik04](https://redirect.github.com/yozik04) made their first contribution in [https://github.com/immich-app/immich/pull/13764](https://redirect.github.com/immich-app/immich/pull/13764) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.119.0...v1.119.1 </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
158 lines
3.6 KiB
YAML
158 lines
3.6 KiB
YAML
image:
|
|
repository: ghcr.io/immich-app/immich-server
|
|
tag: v1.119.1@sha256:d63feeee7a41095b3c1b18607d86a1264bcac53728a19f538a77a6e66043f492
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlImage:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.119.1@sha256:e8c416445db60c0ec94394c1e0e672b78409664f17de78787c62f6d13d3f6d92
|
|
|
|
mlCudaImage:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.119.1-cuda@sha256:96ea9c9fbce58351803cb0c067fb4af3a627f85b5715fd2b9c3d976838085601
|
|
|
|
mlOpenvinoImage:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.119.1-openvino@sha256:677f1845bca75deae593a9bc4172ad8cb668c92c39e6d3ea292456cdfab99892
|
|
|
|
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: {}
|
|
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
|
|
includeCommon: true
|
|
redisUsername: default
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
|
|
ingress:
|
|
main:
|
|
integrations:
|
|
homepage:
|
|
widget:
|
|
version: 2
|