chore(deps): update immich to v1.104.0@6c83bfc by renovate (minor) (#22011)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | altran1502/immich-machine-learning | minor | `v1.103.1-openvino` -> `v1.104.0-openvino` | | altran1502/immich-machine-learning | minor | `v1.103.1-cuda` -> `v1.104.0-cuda` | | altran1502/immich-machine-learning | minor | `v1.103.1` -> `v1.104.0` | | altran1502/immich-server | minor | `v1.103.1` -> `v1.104.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
908abf4dcb
commit
08badc7b2c
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.103.1
|
||||
appVersion: 1.104.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.0
|
||||
|
@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/immich
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.webp
|
||||
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: 15.5.0
|
||||
version: 15.9.0
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
image:
|
||||
repository: altran1502/immich-server
|
||||
tag: v1.103.1@sha256:10761af14a6145353169042f29d2e49943de75b57a5d19251b365fe0d41ee15a
|
||||
tag: v1.104.0@sha256:ac459accdc93977e559da70beddb01a9736e98e8350f12381589a5bec91197bc
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.103.1@sha256:708ff677ab952dda9d7cb9343a6d650a6ac02a4e6c7447015f9df95c780cfc42
|
||||
tag: v1.104.0@sha256:0dd0066f47c91fc69e4a9c4f3e70a7805d84d60e8eb5ffd7ec9c264e8d82cb70
|
||||
|
||||
mlCudaImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.103.1-cuda@sha256:1d253804381198553f7134b8f1557c9d77bd715b76fb0515d2042bb3f605c607
|
||||
tag: v1.104.0-cuda@sha256:0d1408e0595f91b541a01eaf6444966298bb661580545a924a2ba4854e711bd9
|
||||
|
||||
mlOpenvinoImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.103.1-openvino@sha256:9f101003f6f348fb453cb73bcb49cd1d645d4e1d2da479a058cbf898a38b790e
|
||||
tag: v1.104.0-openvino@sha256:6c83bfcb33ee78c32b63ce08c7754d2c11c1852a5233e0ac2ad4b5fc645d67bd
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue