chore(deps): update immich to v1.101.0@969d6f2 by renovate (minor) (#20264)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | altran1502/immich-machine-learning | minor | `v1.100.0-openvino` -> `v1.101.0-openvino` | | altran1502/immich-machine-learning | minor | `v1.100.0-cuda` -> `v1.101.0-cuda` | | altran1502/immich-machine-learning | minor | `v1.100.0` -> `v1.101.0` | | altran1502/immich-server | minor | `v1.100.0` -> `v1.101.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
bcccc8cdd9
commit
97974edcd2
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.100.0
|
||||
appVersion: 1.101.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.10
|
||||
|
@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/immich
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png
|
||||
keywords:
|
||||
- photos
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -41,4 +41,4 @@ sources:
|
|||
- https://hub.docker.com/r/altran1502/immich-machine-learning
|
||||
- https://hub.docker.com/r/altran1502/immich-server
|
||||
type: application
|
||||
version: 14.6.2
|
||||
version: 14.10.0
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
image:
|
||||
repository: altran1502/immich-server
|
||||
tag: v1.100.0@sha256:d603fd34d587cbf0c99442bb44da395450157d5eb7dec40d2d1d16f2cfdb988b
|
||||
tag: v1.101.0@sha256:0097562444db38ebd2e5f98e71bd27dc6dd69b7f786207f7d323febbf99b8f93
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.100.0@sha256:612e8856ad92f5915ececd5a67b76b7218f0fe4e41c72fcf1675bee76802294b
|
||||
tag: v1.101.0@sha256:b0a22ca87496019f495ed5ce89df08da237e0987d389376b435b2226a8c29463
|
||||
|
||||
mlCudaImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.100.0-cuda@sha256:31857f78f1b8b596815dbb85bb1f3b15390c94627567d0894564321696d9fa95
|
||||
tag: v1.101.0-cuda@sha256:923b9c8f13cffcc7b7769b90bf15e6e3d5820cce5f0b74ee4ccf4985755cd0e6
|
||||
|
||||
mlOpenvinoImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.100.0-openvino@sha256:647bbab815163472d2b7e70a6308fc284350a0dab5ce46243fdf29fc31b8c6f0
|
||||
tag: v1.101.0-openvino@sha256:969d6f29831a02643defb40ddc6153c179b2b3f06d7528207a6816ddc43b3bf2
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue