chore(deps): update immich to v1.115.0@128c418 by renovate (minor) (#26294)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | altran1502/immich-machine-learning | minor | `v1.114.0-openvino` -> `v1.115.0-openvino` | | altran1502/immich-machine-learning | minor | `v1.114.0-cuda` -> `v1.115.0-cuda` | | altran1502/immich-machine-learning | minor | `v1.114.0` -> `v1.115.0` | | altran1502/immich-server | minor | `v1.114.0` -> `v1.115.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny4yIiwidXBkYXRlZEluVmVyIjoiMzguNzcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
350a2a41cb
commit
c59a022595
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.114.0
|
||||
appVersion: 1.115.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.15
|
||||
|
@ -40,4 +40,4 @@ sources:
|
|||
- https://hub.docker.com/r/altran1502/immich-machine-learning
|
||||
- https://hub.docker.com/r/altran1502/immich-server
|
||||
type: application
|
||||
version: 17.9.1
|
||||
version: 17.10.0
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
image:
|
||||
repository: altran1502/immich-server
|
||||
tag: v1.114.0@sha256:df4ae6d2bf8aa3ebd6370b42a667a007c5e7452a1cd2ab4c22fbaff9a69ffcbc
|
||||
tag: v1.115.0@sha256:544fcfc41ce97833e33126e5041fb3b821e3db7bf405b54ac06689247a170a90
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.114.0@sha256:c0300d34fb275343c8e3b50796c9b10e6f33218e84c958386a218fbdceaeed65
|
||||
tag: v1.115.0@sha256:66f13f7fb1af555f9f1767c3dd5d404b7e5f486a272dc73af9e6480f541463dc
|
||||
|
||||
mlCudaImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.114.0-cuda@sha256:a08296caa24d606003e88ad3d7b4479b2cbbb5518e233d08053dd300f1e5a05e
|
||||
tag: v1.115.0-cuda@sha256:b1ab740dccbc014231ff131bdfb716d4240d713ae6a3e20a58e27b915081c185
|
||||
|
||||
mlOpenvinoImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.114.0-openvino@sha256:f8f874c89f2a9978f2d22ef3c99c643b7831a3ed39ba1645ed4ae4523baabb13
|
||||
tag: v1.115.0-openvino@sha256:128c418ada7c6987d0623c014f8e83df1c0107c98e4a3eccf7ecc5c696e31a7b
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue