chore(helm): update immich v1.136.0 → v1.137.3 (minor) (#38019)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `48716ca` -> `bc21815` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `2d97a3f` -> `8691608` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `410de6d` -> `5451885` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `198d527` -> `ef517c0` |
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| minor | `8c9633b` -> `e517f80` |

---

> [!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.137.3`](https://redirect.github.com/immich-app/immich/releases/tag/v1.137.3)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v1.137.1...v1.137.3)

##### v1.137.3

- Fixes a media location migration issue for people who have
`IMMICH_MEDIA_LOCATION` set. (e.g., Unraid)

<!-- Release notes generated using configuration in .github/release.yml
at v1.137.3 -->

##### What's Changed

##### 🐛 Bug fixes

- fix: guard IS\_FAVORITE column with SDK check by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/20511](https://redirect.github.com/immich-app/immich/pull/20511)
- fix: migration if media location is set by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/20532](https://redirect.github.com/immich-app/immich/pull/20532)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.137.2...v1.137.3

###
[`v1.137.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.137.1)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v1.137.0...v1.137.1)

##### v1.137.1

- Fixes an issue with the `/usr/src/app/upload` => `/data` migration if
you don't have any assets in the default library

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### What's Changed

##### 🐛 Bug fixes

- fix: automatic media location migration without internal assets by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/20489](https://redirect.github.com/immich-app/immich/pull/20489)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.137.0...v1.137.1

###
[`v1.137.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.137.0)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v1.136.0...v1.137.0)

##### v1.137.0

- *knock, knock*
- *Who's there?*
- *Breaking*
- *Breaking who?*
- *Breaking changes woohoo, with a stable-release-is-around-the-corner
and coming to a server near you (soon™)*

> \[!CAUTION]
>
> # Breaking Changes
>
> If your current, running version of Immich is `v1.132.0` or newer,
there is **NO ACTION** required. If you are updating from version below
`v1.132.0` continue reading.
>
> ## Remove TypeORM
([#&#8203;20366](https://redirect.github.com/immich-app/immich/issues/20366))
>
> This update requires applications to have started up at least once on
`1.132.0+`. See <https://immich.app/errors/#typeorm-upgrade> for more
details.

##### Highlights

Welcome to the release `v1.137.0` of Immich. This version adds many bug
fixes for the beta timeline, more feature parity with the old timeline,
alongside some nifty enhancements to the web and the server as well. As
always, new translations have been merged in, and the documentation has
been updated at https://immich.app. Now, let’s dive in!

- The default `docker-compose.yml` template has changed
- Beta timeline
- Shared link custom URL
- Find large files utility
- API key permission improvements

##### `docker-compose.yml` template change (optional)

The default compose file now uses `/data` instead of
`/usr/src/app/upload`. This is a completely optional change and **NOT**
a breaking change. Prior versions of Immich will continue to work
without any user intervention. For more information, see
[#&#8203;20367](https://redirect.github.com/immich-app/immich/issues/20367).

Prior to this change, uploaded media was located at
`/usr/src/app/upload/upload` in the container (notice the double
“upload” folders), which often led to confusion. It will now be located
at `/data/upload`, and we hope that makes things easier.

##### Beta timeline

Thank you to everyone who tried out the beta timeline in the last
release! We have gathered a lot of great feedback, and are actively
working on incorporating it. We’ve fixed a bunch of bugs and added back
a bunch of previous features. Here’s a quick list/overview of beta
timeline changes this release:

- Fix the invalid timeline grouping issue
- Fix the trash action translation keys
- Fix the beta timeline switch missing in landscape mode
- Fix a timeline migration bug on Android
- Fix the text overflow issue on the action buttons
- Fix deep links when the beta timeline is enabled
- Fix search places not working correctly
- Fix missing hero animation between tabs
- Fix the backup remainder backup count issue
- Fix the share to app upload
- Fix the error navigating back from the backup page
- Fix the backup indicator
- Fix the back gesture in multi-select mode
- Fix user profile images
- Fix the issue downloading live photo
- Fix the issue with sync for users with external libraries
- Fix the issue with storage filling up for users with iCloud photos

  … and more

##### Shared link custom URL
([#&#8203;19999](https://redirect.github.com/immich-app/immich/issues/19999))

Immich shared links by default are long and hard to guess. This is by
design and is a security mechanism to prevent unwanted access. However,
the long links can be a bit awkward to use because they are difficult to
read. For cases where security is less important, we have added the
option to specify a *custom URL*.

<p align="center">
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/06d5dc89-1bb7-462c-a384-f62c3fb0e838"
/>
<p/>

Shared links with a custom URL are now also available at `/s/<slug>` (in
addition to `/share/<long-random-string>`. Naturally, these links don’t
share the same security benefits of the long-random-string ones, so
please use them accordingly.

##### Find large files utility (web-only)

This release adds a new, convenient utility to find large files on your
instance. You can access it by navigating to the “Utility” page on the
web, and clicking “Review large files”. The page shows the largest 250
original files for your user.

<p align="center">

<img width="500" alt="image"
src="https://github.com/user-attachments/assets/171520d5-d03b-45f5-9b51-9bb86ae9fa98"
/>

<img width="800" alt="image"
src="https://github.com/user-attachments/assets/6254ef6c-b57f-4d14-9f74-d03d4da56bd9"
/>

<p/>

##### Improved API key permissions and documentation 

Following up from the last release, we have added fine-grained
permissions to more API endpoints, which are now also included in the
auto-generated documentation, which can be read
[here](https://immich.app/docs/api).

> \[!CAUTION]
>
> Related to these changes, a few API permissions have been *renamed*.
See
[#&#8203;20250](https://redirect.github.com/immich-app/immich/issues/20250)
for more details.

On the web, the New API Key form now includes the newly added
permissions, as well as a search bar for quicker access.

<p align="center">
<img width="800" alt="image"
src="https://github.com/user-attachments/assets/783a8188-e112-4af7-94b0-3b53fd815712"
/>
<p/>

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### What's Changed

##### 🚨 Breaking Changes

- feat!: more permissions by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20250](https://redirect.github.com/immich-app/immich/pull/20250)
- feat!: remove typeorm by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20366](https://redirect.github.com/immich-app/immich/pull/20366)

##### 🚀 Features

- feat: automatically detect media location changes by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20256](https://redirect.github.com/immich-app/immich/pull/20256)
- feat: find large files utility by
[@&#8203;niwla23](https://redirect.github.com/niwla23) in
[#&#8203;18040](https://redirect.github.com/immich-app/immich/pull/18040)
- feat: change default media location to /data by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20367](https://redirect.github.com/immich-app/immich/pull/20367)
- feat: better endpoint descriptions by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20439](https://redirect.github.com/immich-app/immich/pull/20439)

##### 🌟 Enhancements

- feat: don't wait for network on app startup by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[#&#8203;20232](https://redirect.github.com/immich-app/immich/pull/20232)
- feat: add to album on new beta timeline by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20119](https://redirect.github.com/immich-app/immich/pull/20119)
- feat(web): api key permission search by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20248](https://redirect.github.com/immich-app/immich/pull/20248)
- chore: delete action button by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20261](https://redirect.github.com/immich-app/immich/pull/20261)
- feat: scroll to top & view in timeline by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20274](https://redirect.github.com/immich-app/immich/pull/20274)
- feat(web): auto fit bounds for map modal. by
[@&#8203;dagstuan](https://redirect.github.com/dagstuan) in
[#&#8203;20345](https://redirect.github.com/immich-app/immich/pull/20345)
- feat: shared links custom URL by
[@&#8203;Jed-Giblin](https://redirect.github.com/Jed-Giblin) in
[#&#8203;19999](https://redirect.github.com/immich-app/immich/pull/19999)
- feat: support config via systemd credentials by
[@&#8203;amarshall](https://redirect.github.com/amarshall) in
[#&#8203;20406](https://redirect.github.com/immich-app/immich/pull/20406)
- feat: 3-2-1 backup onboarding card by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20374](https://redirect.github.com/immich-app/immich/pull/20374)
- feat: people page/sheet/detail by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20309](https://redirect.github.com/immich-app/immich/pull/20309)
- fix(web): Search chip key value heights don't match by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[#&#8203;20312](https://redirect.github.com/immich-app/immich/pull/20312)
- feat: network requirement option for upload by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20302](https://redirect.github.com/immich-app/immich/pull/20302)
- feat: drift edit time and date action by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20377](https://redirect.github.com/immich-app/immich/pull/20377)
- feat: drift description editor by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20383](https://redirect.github.com/immich-app/immich/pull/20383)

##### 🐛 Bug fixes

- fix: override SSL options inside isolates by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20142](https://redirect.github.com/immich-app/immich/pull/20142)
- fix: fallback auto grouping to day grouping by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20156](https://redirect.github.com/immich-app/immich/pull/20156)
- fix: update trash action i18n keys by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20164](https://redirect.github.com/immich-app/immich/pull/20164)
- chore: remove build flavor Android by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20161](https://redirect.github.com/immich-app/immich/pull/20161)
- fix: send correct includeArchived parameter to API when showing
markers in map by [@&#8203;pelluch](https://redirect.github.com/pelluch)
in
[#&#8203;20117](https://redirect.github.com/immich-app/immich/pull/20117)
- fix(web): multi-select in ascending asset order by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[#&#8203;19461](https://redirect.github.com/immich-app/immich/pull/19461)
- fix(mobile): hide video thumbnail when video is ready by
[@&#8203;johnstef99](https://redirect.github.com/johnstef99) in
[#&#8203;19328](https://redirect.github.com/immich-app/immich/pull/19328)
- fix: geodata\_places pkey migration failing for certain upgrade paths
by [@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[#&#8203;20177](https://redirect.github.com/immich-app/immich/pull/20177)
- fix: add beta toggle in landscape mode by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20187](https://redirect.github.com/immich-app/immich/pull/20187)
- fix: add missing `await`s when changing client certificate by
[@&#8203;jfly](https://redirect.github.com/jfly) in
[#&#8203;20189](https://redirect.github.com/immich-app/immich/pull/20189)
- fix: android backup album migration without recents by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[#&#8203;20220](https://redirect.github.com/immich-app/immich/pull/20220)
- fix: optional number inputs by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;20218](https://redirect.github.com/immich-app/immich/pull/20218)
- fix: character width calculation by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20201](https://redirect.github.com/immich-app/immich/pull/20201)
- fix: word wrapping on action buttons by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20231](https://redirect.github.com/immich-app/immich/pull/20231)
- fix: lookup the primary key constraint name before dropping it by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[#&#8203;20221](https://redirect.github.com/immich-app/immich/pull/20221)
- fix(mobile): deep links when using the beta timeline by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20111](https://redirect.github.com/immich-app/immich/pull/20111)
- fix(mobile): beta search page improvements by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20247](https://redirect.github.com/immich-app/immich/pull/20247)
- fix(mobile): places search not working in beta version by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[#&#8203;20284](https://redirect.github.com/immich-app/immich/pull/20284)
- fix: no hero animation after tab change by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20285](https://redirect.github.com/immich-app/immich/pull/20285)
- fix: remainder backup count by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20270](https://redirect.github.com/immich-app/immich/pull/20270)
- fix: share to app upload by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;20271](https://redirect.github.com/immich-app/immich/pull/20271)
- fix: error on navigating back from backup selection page by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20299](https://redirect.github.com/immich-app/immich/pull/20299)
- fix(web): Album picker recent albums don't match sidebar by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[#&#8203;20313](https://redirect.github.com/immich-app/immich/pull/20313)
- fix: change translation key for archive action button by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20336](https://redirect.github.com/immich-app/immich/pull/20336)
- fix: backup indicator in beta app bar by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20354](https://redirect.github.com/immich-app/immich/pull/20354)
- fix: handle back gesture in multi selection mode by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20356](https://redirect.github.com/immich-app/immich/pull/20356)
- fix: handle cleanup of new backups alongside old backups by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[#&#8203;20402](https://redirect.github.com/immich-app/immich/pull/20402)
- fix: android widget periodic updates by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20389](https://redirect.github.com/immich-app/immich/pull/20389)
- fix: show missing local assets only in timeline with partner sharing
by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20298](https://redirect.github.com/immich-app/immich/pull/20298)
- fix: sync is\_favorite from native by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20412](https://redirect.github.com/immich-app/immich/pull/20412)
- fix(web): timeline date group width by
[@&#8203;ben-basten](https://redirect.github.com/ben-basten) in
[#&#8203;19964](https://redirect.github.com/immich-app/immich/pull/19964)
- fix: exclude assets from excluded albumbs on main timeline by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20425](https://redirect.github.com/immich-app/immich/pull/20425)
- fix: user profile images not working in beta timeline by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;20203](https://redirect.github.com/immich-app/immich/pull/20203)
- fix(web): timeline time bucket issue by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20438](https://redirect.github.com/immich-app/immich/pull/20438)
- fix: json encoding failure during live photo download by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20444](https://redirect.github.com/immich-app/immich/pull/20444)
- fix(mobile): add partial index based on library ID to remote assets by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20214](https://redirect.github.com/immich-app/immich/pull/20214)
- fix: clear local file cache before upload by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20448](https://redirect.github.com/immich-app/immich/pull/20448)
- fix(download): handle completed downloads and refresh albums by
[@&#8203;PeterOmbodi](https://redirect.github.com/PeterOmbodi) in
[#&#8203;20241](https://redirect.github.com/immich-app/immich/pull/20241)
- fix: incorrect next/previous action after folder view refresh by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;20447](https://redirect.github.com/immich-app/immich/pull/20447)
- fix: modal race conditions by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;20460](https://redirect.github.com/immich-app/immich/pull/20460)

##### 📚 Documentation

- docs: more make commands and add mobile checks to pr-checklist by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;20211](https://redirect.github.com/immich-app/immich/pull/20211)
- chore: add missing 'make pigeon' instruction by
[@&#8203;jfly](https://redirect.github.com/jfly) in
[#&#8203;20202](https://redirect.github.com/immich-app/immich/pull/20202)
- fix(docs): update SQL queries with schema changes by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[#&#8203;20297](https://redirect.github.com/immich-app/immich/pull/20297)
- feat(docs): reorganize DB queries, add tags by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[#&#8203;20303](https://redirect.github.com/immich-app/immich/pull/20303)
- docs: add immich\_ml\_balancer to community projects by
[@&#8203;apetersson](https://redirect.github.com/apetersson) in
[#&#8203;20399](https://redirect.github.com/immich-app/immich/pull/20399)
- docs: Add config example for Authelia by
[@&#8203;Starbix](https://redirect.github.com/Starbix) in
[#&#8203;20223](https://redirect.github.com/immich-app/immich/pull/20223)

##### 🌐 Translations

- fix(mobile): distinguish backup settings title from
'backup\_controller\_page\_backup' translation entry by
[@&#8203;zigarn](https://redirect.github.com/zigarn) in
[#&#8203;20237](https://redirect.github.com/immich-app/immich/pull/20237)
- fix(mobile): remove unused translation and pluralize existing one for
map photos count by [@&#8203;zigarn](https://redirect.github.com/zigarn)
in
[#&#8203;20282](https://redirect.github.com/immich-app/immich/pull/20282)
- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[#&#8203;20105](https://redirect.github.com/immich-app/immich/pull/20105)

##### New Contributors

- [@&#8203;pelluch](https://redirect.github.com/pelluch) made their
first contribution in
[#&#8203;20117](https://redirect.github.com/immich-app/immich/pull/20117)
- [@&#8203;jfly](https://redirect.github.com/jfly) made their first
contribution in
[#&#8203;20189](https://redirect.github.com/immich-app/immich/pull/20189)
- [@&#8203;zigarn](https://redirect.github.com/zigarn) made their first
contribution in
[#&#8203;20237](https://redirect.github.com/immich-app/immich/pull/20237)
- [@&#8203;beposec](https://redirect.github.com/beposec) made their
first contribution in
[#&#8203;20283](https://redirect.github.com/immich-app/immich/pull/20283)
- [@&#8203;Jed-Giblin](https://redirect.github.com/Jed-Giblin) made
their first contribution in
[#&#8203;19999](https://redirect.github.com/immich-app/immich/pull/19999)
- [@&#8203;niwla23](https://redirect.github.com/niwla23) made their
first contribution in
[#&#8203;18040](https://redirect.github.com/immich-app/immich/pull/18040)
- [@&#8203;apetersson](https://redirect.github.com/apetersson) made
their first contribution in
[#&#8203;20399](https://redirect.github.com/immich-app/immich/pull/20399)
- [@&#8203;amarshall](https://redirect.github.com/amarshall) made their
first contribution in
[#&#8203;20406](https://redirect.github.com/immich-app/immich/pull/20406)
- [@&#8203;Starbix](https://redirect.github.com/Starbix) made their
first contribution in
[#&#8203;20223](https://redirect.github.com/immich-app/immich/pull/20223)
- [@&#8203;PeterOmbodi](https://redirect.github.com/PeterOmbodi) made
their first contribution in
[#&#8203;20241](https://redirect.github.com/immich-app/immich/pull/20241)

**Full Changelog**:
<https://github.com/immich-app/immich/compare/v1.136.0...v1.137.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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-08-09 14:56:45 +00:00
committed by GitHub
parent 45a6bd7214
commit f92462ef6e
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.136.0
appVersion: 1.137.3
dependencies:
- name: common
version: 28.15.1
@@ -43,5 +43,5 @@ sources:
- https://github.com/immich-app/immich
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
type: application
version: 19.9.2
version: 19.14.0
+5 -5
View File
@@ -1,26 +1,26 @@
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.136.0@sha256:8c9633b96ca5b748b10875a99c498ee6f1e5d7f7d1df2bf341909cacb88ad672
tag: v1.137.3@sha256:e517f806457057d44695152a0af2dfa094225a7d85eb37f518925e68864c658d
pullPolicy: IfNotPresent
mlImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.136.0@sha256:198d52734136fe9840866cc2f48a8141e0d002c2a25be7e35cd28ef7936b6c67
tag: v1.137.3@sha256:ef517c041fa4a6a84a6c3c4f88a1124058e686c9c92bf09a973e7e60c3c3ea1e
pullPolicy: IfNotPresent
mlCudaImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.136.0-cuda@sha256:410de6d9cfd53b61b9400db757e3f5319ed2b73706dcf80bedf1789ade452329
tag: v1.137.3-cuda@sha256:5451885207f1b4146a83b845c1046bbeb99a9a17d4d72da1dc340d8c1afd7ef5
pullPolicy: IfNotPresent
mlOpenvinoImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.136.0-openvino@sha256:2d97a3f0be01b17b99246bd06699aa53d65157d503a51741d74f7fa4373a3944
tag: v1.137.3-openvino@sha256:8691608a564b208889b30a9257e1530410b4d59e5f0d9c4b15dbdc0a60902d5f
pullPolicy: IfNotPresent
mlRocmImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.136.0-rocm@sha256:48716ca6f62a6a5353efc957538536fecfd0b22185b546d932b1c5fd0cc1446b
tag: v1.137.3-rocm@sha256:bc21815a3633c0a1dbc82675978e2fc01d6b57da7ff6a67e1b10ecf609617968
pullPolicy: IfNotPresent
securityContext: