TrueCharts Bot 93fc4c6cfa chore(helm): update immich v1.135.3 → v1.136.0 (minor) (#37855)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `352f8b6` -> `48716ca` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `9334b51` -> `2d97a3f` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `3f83ca8` -> `410de6d` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| minor | `9f2f61d` -> `198d527` |
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| minor | `df5bbf4` -> `8c9633b` |

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.136.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.136.0):
- 69420 stars release

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

##### v1.136.0 - 69420 stars release

> \[!CAUTION]
>
> # BREAKING CHANGES
>
> ## IMMICH\_MEDIA\_LOCATION
([#&#8203;19995](https://redirect.github.com/immich-app/immich/issues/19995))
>
> Note: This is a **different** variable than `UPLOAD_LOCATION`, which
requires no change.
>
> Note: if you **DO NOT** have `IMMICH_MEDIA_LOCATION` in your `.env`
file, or if it is set to a path that starts with a `/` (absolute path),
**THIS BREAKING CHANGE DOES NOT APPLY TO YOU.** Users of the all-in-one
image (e.g., the unraid app) for instance are not affected.
>
> <hr>
>
> If you have a custom `IMMICH_MEDIA_LOCATION` environment variable set
to a **relative path**, you will have to do the following process:
>
> 1. Stop Immich (`docker compose stop`):
> 2. Update Immich (`docker compose pull`)
> 3. Update the environment variable to an absolute path, for example:
>
> ```diff
> -IMMICH_MEDIA_LOCATION=./my-library
> +IMMICH_MEDIA_LOCATION=/usr/src/app/my-library
>
> ```
>
> 4. Start Immich (`docker compose up -d --force-recreate`)
> 5. After the server successfully starts up, connect to it (`docker
exec ``*-it*`` immich_server /bin/sh`) and run `immich-admin
change-media-location`. When prompted, enter the appropriate values. For
example:
>
> ```
> docker exec -it immich_server /bin/sh
>
> $ immich-admin change-media-location
> ...
> ? Enter the previous value of IMMICH_MEDIA_LOCATION: ./my-library
> ? Enter the new value of IMMICH_MEDIA_LOCATION:
/usr/src/app/my-library
>
>   Previous value: ./my-library
>   Current value:  /usr/src/app/my-library
>
> Changing database paths from "my-library/*" to
"/usr/src/app/my-library/*"
>
> ? Do you want to proceed? [Y/n] y
>
> Matching database file paths were updated successfully! 🎉
>
> You may now set IMMICH_MEDIA_LOCATION=/usr/src/app/my-library and
restart!
>
> ```
>
> ### Background/Motivation
>
> Relative paths have implied ambiguity, as they depend on the current
working directory to resolve correctly, leading to issues like
([#&#8203;4465](https://redirect.github.com/immich-app/immich/issues/4465)).
This change removes this ambiguity and sets up the project to transition
away from files living at `/usr/src/app/upload` entirely. Currently, the
`upload` folder lives at `/usr/src/app/upload/upload`, which is *very*
confusing… *for everyone*. This change opens to door for a future
migration to something like `IMMICH_DATA=/data`, which a more sensible
setup.
>
> ## API Key changes
([#&#8203;20113](https://redirect.github.com/immich-app/immich/issues/20113))
>
> Note: This change may affect the use of third-party applications, such
as ImmichGo, ImmichKios, or ImmichFrame.
>
> This release includes a change to how API Keys work, specifically when
used with routes that don’t require a specific permission. Previously, a
scoped API Key could access these routes, but they will now throw a
forbidden error. Routes without a declared scope now implicitly require
the “all” permission.

##### Highlights

Welcome to release `v1.136.0`. This midsummer release is the culmination
of the team's labor of love for the Immich community, featuring the
introduction of a new timeline and sync mechanism in beta mode, Android
widgets, and one of the last breaking changes we want to make before
reaching the stable release milestone. Let’s dive right into it.

- Beta mode for the new timeline, sync, and upload mechanism
- Android widgets
- iOS widget improvements
- Deep links

##### Beta timeline, sync, and upload mechanism

> \[!NOTE]
> This is only supported when both the server and the mobile app are
updated to `v1.136.0`

This is a series of work that has been happening for months under the
hood, from the changes in the database query engine, server’s queries,
and support logic, to integrating a whole new database on the mobile
app, and rewriting almost all aspects of the mobile app, you can now try
the new timeline with data sync mechanism, and upload rework by go to
the `App Settings > Toggle the Beta timeline button`. After toggling,
you will be directed to a screen where data migration is executed
automatically. You can then proceed to the new experience.

<p align="center">
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/ede61e01-974d-4351-b074-b3dd461f71e6"
/>
</p>

You can distinguish the beta timeline from the old one by the beta
symbol next to the Immich logo in the app bar.

<p align="center">
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/90ac6296-1315-4881-b2b1-dd4fbc7baf53"
/>
</p>

##### Why?

Over the past year, the major complaints we've received from users have
primarily centered around the mobile app. The app simply doesn't feel
premium or responsive—it's often janky and takes too long to become
usable when first opened, especially when you have a large number of
albums. Users can't even view their local albums unless they've selected
them as backup targets. Our technical debt in the data structure has
created some truly frustrating behaviors, like forcing users to
re-upload everything (only to have it rejected by the server) when they
switch phones and end up with a different device ID. Or local photos and
videos don’t show up until they are all hashed, which could take a
while.

We've realized we can't honestly call the application stable or
confidently recommend it to everyone until we resolve these fundamental
problems. We genuinely want this app to be excellent. We want the user
experience to be seamless and delightful—we want you to feel genuinely
happy when you open Immich to browse through your precious memories.

##### What’s new?

##### Data sync

- The data sync is now running in a background thread, separate from the
UI thread. This means that during data synchronization, the app will
remain smooth to browse.
- The data sync speed should be improved drastically. The data is being
streamed to the mobile app instead of being sent there in a single large
chunk. This will help users with a massive library.
- The calculation of which data needs to be retrieved from the server is
now performed on the server, rather than being calculated by the mobile
app previously. This means lower CPU usage on the mobile app and quicker
incremental sync.
- The mobile app will now retrieve data from the server and maintain
similar database tables within the app. This restructuring enables
better offline operation and supports more complex usage behaviors.

##### Timeline/Display experience

- The new timeline has been rewritten from the ground up to enhance
scrolling and dragging behavior, making it easier for you to navigate
the timeline.
- The detail viewer is now more interactive, allowing you to scroll
between photos or videos when the bottom detail sheet is opened.
- The album views and other collection views are more lively, featuring
a parallax effect to make your album/collection feel alive with
*mesmerizing* animation.
- You can now view all albums on the device, regardless of which album
you have selected as the target for backing up. You can view them in the
\`Library > On this device\` section. For users who want to select
individual assets to back up to the server, they can perform that
operation from here.

##### Upload

- The upload mechanism has been rewritten from the ground up.
- Upload is now handled by the OS, allowing for a better background
upload operation. Instead of handling the uploading ourselves, we are
now placing the photos and videos in a queue, which will run
continuously when the Immich app is opened in the foreground and for a
few minutes after it is put into the background. Then the OS will take
over and start pulling tasks from the queue, handling the upload process
by itself.
- Starting the upload progress is now invoked from a toggle button

<p align="center">
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/270216ff-4698-412b-a9c6-37b795612e44"
/>
</p>

- Uploads are now running **in parallel** . The new upload detail page
displays which assets are being uploaded and whether they are
experiencing issues or stuck. You can tap on each item to see exactly
which asset is causing the problem.

<p align="center">
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/8e319945-8b59-4bee-b41c-3172bef0b4fd"
/>
</p>

<p align="center">
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/bdfa4f7d-dabf-49fe-9ad4-661fdabc192c"
/>
</p>

- On Android, there is no longer a virtual `Recents` album that includes
all assets. Instead, there is a button to select all albums for backup.
- In the backup album selection screen, you can now search for the album
you want to back up.

##### Expectations of the beta version of the mentioned mechanisms

- The app should be very smooth to browse around during the initial
login and subsequent app openings.
- Collections (favorite, archived, locked folder, etc.) and album views
should make you feel nice, cozy, and delighted.
- Background queuing of newly taken photos is not yet implemented. We
will start working on this next.
- Some views are not yet ported over to the new implementation, such as,
but not limited to
  - People view
  - Map view
- Some mechanisms are still missing from the previous implementation,
such as, but not limited to
  - Add to album from multi-selection
  - Album sync when uploading
- There are still some buggy behaviors/animations we will be ironing out
in the coming days.

##### How can you help us?

- Use the beta timeline and the new upload rework.
- Report any bugs and weirdness you experience on GitHub’s issue tracker
`[beta] <your-title-here>` as the title
- Reach out and provide direct feedback on
[Discord](https://discord.com/invite/immich)
- Feedback from iCloud users is greatly appreciated

##### Android Widgets

<p align="center">
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/86a12419-2ce8-4791-ba8c-a56911ccc659"
/>
</p>

This is a follow-up to one of our most requested features: Home screen
widgets! In `v1.135.0` We introduced Immich widgets on iOS, which
included a memory widget and a random widget. With `v1.136.0`, we bring
these widgets to Android! Many of the improvements to iOS widgets listed
below have also been incorporated into the Android version.

##### iOS Widget Improvements

iOS widgets have been improved with feedback from the community:

- iOS widgets now support servers that use insecure HTTP connections
- iOS widgets now support servers that use WebP as their preview
thumbnail format
- Tapping on the widget now takes you directly to the image in the app
- Widgets now render properly when used on a tinted home screen
- iOS widgets now cache the latest image for use if network access is
unavailable during update. You should see fewer “Unable to connect to
your Immich instance” errors on your home screen!
- You can now choose to show images from your Favorites in the Random
Widget
- Improved error descriptions

##### Deep Links

You can now deep link into the Immich app. Supported URLs include:

- `immich://asset?id=<asset id>`
- `immich://album?id=<album id>`
- `immich://memory?id=<memory id>`

Some `my.immich.app` URLs will also now open inside the mobile app:

- `https://my.immich.app/photos/<asset id>`
- `https://my.immich.app/albums/<album id>`

Navigating to any of these URLs (via the browser, Apple Shortcuts, NFC,
or other automation frameworks) will open the corresponding resource
inside the mobile app.

##### In other news

We missed capturing the moment when the project reached `69_420` stars,
😔

<p align="center">

<img
src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExamxub2V4MTRzaHc0dXV5b3JiemEza2I0eWViN2h5bHluc2RjdWxoMCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/WrNfErHio7ZAc/giphy.gif"
width="500" >

</p>

***

##### Support Immich

<p align="center">

<img
src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif"
width="450" title="SUPPORT THE PROJECT!">

</p>

If you find the project helpful, you can support Immich by purchasing a
product key at https://buy.immich.app or our merchandise at
https://immich.store

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

##### What's Changed

##### 🚨 Breaking Changes

- feat!: absolute file paths by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19995](https://redirect.github.com/immich-app/immich/pull/19995)
- fix: default route permission by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/20113](https://redirect.github.com/immich-app/immich/pull/20113)

##### 🚀 Features

- feat(server): person delete by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19511](https://redirect.github.com/immich-app/immich/pull/19511)
- feat: nightly tasks by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19879](https://redirect.github.com/immich-app/immich/pull/19879)
- feat: add license page to app bar dialog by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/19971](https://redirect.github.com/immich-app/immich/pull/19971)
- feat(mobile): android widgets by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19310](https://redirect.github.com/immich-app/immich/pull/19310)
- feat(mobile): beta sync stats page by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19950](https://redirect.github.com/immich-app/immich/pull/19950)

##### 🌟 Enhancements

- fix(web): consistent merge people icons by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19473](https://redirect.github.com/immich-app/immich/pull/19473)
- feat(mobile): deep links by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19232](https://redirect.github.com/immich-app/immich/pull/19232)
- feat(mobile): ios widget deeplink to asset in app by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19510](https://redirect.github.com/immich-app/immich/pull/19510)
- feat(server): check additional exif date tags by
[@&#8203;midzelis](https://redirect.github.com/midzelis) in
[https://github.com/immich-app/immich/pull/19216](https://redirect.github.com/immich-app/immich/pull/19216)
- feat: use request host as default SSR domain by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/19485](https://redirect.github.com/immich-app/immich/pull/19485)
- feat: oauth role claim by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/19758](https://redirect.github.com/immich-app/immich/pull/19758)
- chore: Use a contrasted color for text avatar by
[@&#8203;ferraridamiano](https://redirect.github.com/ferraridamiano) in
[https://github.com/immich-app/immich/pull/19756](https://redirect.github.com/immich-app/immich/pull/19756)
- feat(web): update icons by
[@&#8203;Hamster45105](https://redirect.github.com/Hamster45105) in
[https://github.com/immich-app/immich/pull/19831](https://redirect.github.com/immich-app/immich/pull/19831)
- feat(mobile): cache latest ios widget entry for fallback by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19824](https://redirect.github.com/immich-app/immich/pull/19824)
- feat: adds option to search only for untagged assets by
[@&#8203;SkwalExe](https://redirect.github.com/SkwalExe) in
[https://github.com/immich-app/immich/pull/19730](https://redirect.github.com/immich-app/immich/pull/19730)
- feat(web): better coordinate parsing by
[@&#8203;Hamster45105](https://redirect.github.com/Hamster45105) in
[https://github.com/immich-app/immich/pull/19832](https://redirect.github.com/immich-app/immich/pull/19832)
- feat(widgets): iOS widget improvements by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19893](https://redirect.github.com/immich-app/immich/pull/19893)
- feat(mobile): new upload by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/18726](https://redirect.github.com/immich-app/immich/pull/18726)
- feat: play live photos on hover by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/19962](https://redirect.github.com/immich-app/immich/pull/19962)
- feat(web): Remove from Stack by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/19703](https://redirect.github.com/immich-app/immich/pull/19703)

##### 🐛 Bug fixes

- fix(web): map cluster by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19433](https://redirect.github.com/immich-app/immich/pull/19433)
- fix: storage template onboarding save by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19405](https://redirect.github.com/immich-app/immich/pull/19405)
- fix(web): map broken after redirect from details by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[https://github.com/immich-app/immich/pull/19424](https://redirect.github.com/immich-app/immich/pull/19424)
- fix(server): filter parameters by database and role by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/19392](https://redirect.github.com/immich-app/immich/pull/19392)
- fix(web): toggle favorite by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19453](https://redirect.github.com/immich-app/immich/pull/19453)
- fix(web): timeline timezone by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19418](https://redirect.github.com/immich-app/immich/pull/19418)
- fix(web): oauth quota display by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19417](https://redirect.github.com/immich-app/immich/pull/19417)
- fix(server): include hidden assets in missing metadata extraction
query by [@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19471](https://redirect.github.com/immich-app/immich/pull/19471)
- fix: iOS widget webp support by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/19469](https://redirect.github.com/immich-app/immich/pull/19469)
- fix: return 404 for invalid shared link pages by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19493](https://redirect.github.com/immich-app/immich/pull/19493)
- fix(web): load day group in asset viewer by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19523](https://redirect.github.com/immich-app/immich/pull/19523)
- feat(deployment): add shm\_size for PG by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[https://github.com/immich-app/immich/pull/19472](https://redirect.github.com/immich-app/immich/pull/19472)
- fix: enable photo manager custom filter by default by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/19520](https://redirect.github.com/immich-app/immich/pull/19520)
- fix(web): absolute path match in external library by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19551](https://redirect.github.com/immich-app/immich/pull/19551)
- fix(web): modal race condition by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19625](https://redirect.github.com/immich-app/immich/pull/19625)
- fix(server): prevent duplicate geodata temp table by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/18580](https://redirect.github.com/immich-app/immich/pull/18580)
- fix(web): viewing asset lock by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/19499](https://redirect.github.com/immich-app/immich/pull/19499)
- fix: add quiet zone to QR code by
[@&#8203;matthieu-db](https://redirect.github.com/matthieu-db) in
[https://github.com/immich-app/immich/pull/19771](https://redirect.github.com/immich-app/immich/pull/19771)
- fix(server): clear activity when asset is removed from album by
[@&#8203;dahool](https://redirect.github.com/dahool) in
[https://github.com/immich-app/immich/pull/19019](https://redirect.github.com/immich-app/immich/pull/19019)
- fix: allow insecure connections in iOS WidgetExtension by
[@&#8203;made2k](https://redirect.github.com/made2k) in
[https://github.com/immich-app/immich/pull/19863](https://redirect.github.com/immich-app/immich/pull/19863)
- fix: startup log level by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19885](https://redirect.github.com/immich-app/immich/pull/19885)
- fix(web): allow renaming person without merging by
[@&#8203;lukashass](https://redirect.github.com/lukashass) in
[https://github.com/immich-app/immich/pull/19923](https://redirect.github.com/immich-app/immich/pull/19923)
- fix(web): adjust button size in person side panel by
[@&#8203;lukashass](https://redirect.github.com/lukashass) in
[https://github.com/immich-app/immich/pull/19924](https://redirect.github.com/immich-app/immich/pull/19924)
- fix: use IMMICH\_HOST env var in ML healthcheck by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/19844](https://redirect.github.com/immich-app/immich/pull/19844)
- fix(web): prevent flashing white background in dark mode on page
load/reload by
[@&#8203;evan314159](https://redirect.github.com/evan314159) in
[https://github.com/immich-app/immich/pull/19934](https://redirect.github.com/immich-app/immich/pull/19934)
- fix: send filename when viewing the original file by
[@&#8203;MeguminSama](https://redirect.github.com/MeguminSama) in
[https://github.com/immich-app/immich/pull/20005](https://redirect.github.com/immich-app/immich/pull/20005)
- fix: ML recognition distance UI form validation by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/20107](https://redirect.github.com/immich-app/immich/pull/20107)
- fix: unset prewarn param by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/20109](https://redirect.github.com/immich-app/immich/pull/20109)

##### 📚 Documentation

- fix(docs): portainer absolute paths by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[https://github.com/immich-app/immich/pull/19459](https://redirect.github.com/immich-app/immich/pull/19459)
- fix(docs): add DB\_USERNAME when needed by
[@&#8203;mmomjian](https://redirect.github.com/mmomjian) in
[https://github.com/immich-app/immich/pull/19578](https://redirect.github.com/immich-app/immich/pull/19578)
- chore(docs): add instruction for trusting self-signed certificates
with Immich and an OAuth server by
[@&#8203;seifer44](https://redirect.github.com/seifer44) in
[https://github.com/immich-app/immich/pull/18624](https://redirect.github.com/immich-app/immich/pull/18624)
- docs: document `DB_STORAGE_TYPE` environment variable by
[@&#8203;ramonsmits](https://redirect.github.com/ramonsmits) in
[https://github.com/immich-app/immich/pull/19609](https://redirect.github.com/immich-app/immich/pull/19609)
- docs: fix typo of webp listed under jpeg by
[@&#8203;OffsetMonkey538](https://redirect.github.com/OffsetMonkey538)
in
[https://github.com/immich-app/immich/pull/19743](https://redirect.github.com/immich-app/immich/pull/19743)
- fix(docs): library and folders minor adjustments by
[@&#8203;skatsubo](https://redirect.github.com/skatsubo) in
[https://github.com/immich-app/immich/pull/19642](https://redirect.github.com/immich-app/immich/pull/19642)
- fix: path in external library docs by
[@&#8203;DominikVogel](https://redirect.github.com/DominikVogel) in
[https://github.com/immich-app/immich/pull/19901](https://redirect.github.com/immich-app/immich/pull/19901)
- fix(docs): Nightly Tasks Settings by
[@&#8203;skatsubo](https://redirect.github.com/skatsubo) in
[https://github.com/immich-app/immich/pull/19907](https://redirect.github.com/immich-app/immich/pull/19907)
- chore: also redirect docs/ with trailing slash by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/19965](https://redirect.github.com/immich-app/immich/pull/19965)

##### 🌐 Translations

- feat(mobile): enable Croatian (hr) translations by
[@&#8203;fmis13](https://redirect.github.com/fmis13) in
[https://github.com/immich-app/immich/pull/19428](https://redirect.github.com/immich-app/immich/pull/19428)
- chore: adjust setting subtitle to less clumsy expression by
[@&#8203;lcs-crr](https://redirect.github.com/lcs-crr) in
[https://github.com/immich-app/immich/pull/19970](https://redirect.github.com/immich-app/immich/pull/19970)
- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[https://github.com/immich-app/immich/pull/19228](https://redirect.github.com/immich-app/immich/pull/19228)
- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[https://github.com/immich-app/immich/pull/20076](https://redirect.github.com/immich-app/immich/pull/20076)
- fix: more inclusive language by
[@&#8203;maybeanerd](https://redirect.github.com/maybeanerd) in
[https://github.com/immich-app/immich/pull/20092](https://redirect.github.com/immich-app/immich/pull/20092)
- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[https://github.com/immich-app/immich/pull/20082](https://redirect.github.com/immich-app/immich/pull/20082)

##### New Contributors

- [@&#8203;fmis13](https://redirect.github.com/fmis13) made their first
contribution in
[https://github.com/immich-app/immich/pull/19428](https://redirect.github.com/immich-app/immich/pull/19428)
- [@&#8203;seifer44](https://redirect.github.com/seifer44) made their
first contribution in
[https://github.com/immich-app/immich/pull/18624](https://redirect.github.com/immich-app/immich/pull/18624)
- [@&#8203;ramonsmits](https://redirect.github.com/ramonsmits) made
their first contribution in
[https://github.com/immich-app/immich/pull/19609](https://redirect.github.com/immich-app/immich/pull/19609)
- [@&#8203;OffsetMonkey538](https://redirect.github.com/OffsetMonkey538)
made their first contribution in
[https://github.com/immich-app/immich/pull/19743](https://redirect.github.com/immich-app/immich/pull/19743)
- [@&#8203;matthieu-db](https://redirect.github.com/matthieu-db) made
their first contribution in
[https://github.com/immich-app/immich/pull/19771](https://redirect.github.com/immich-app/immich/pull/19771)
- [@&#8203;Hamster45105](https://redirect.github.com/Hamster45105) made
their first contribution in
[https://github.com/immich-app/immich/pull/19831](https://redirect.github.com/immich-app/immich/pull/19831)
- [@&#8203;SkwalExe](https://redirect.github.com/SkwalExe) made their
first contribution in
[https://github.com/immich-app/immich/pull/19730](https://redirect.github.com/immich-app/immich/pull/19730)
- [@&#8203;made2k](https://redirect.github.com/made2k) made their first
contribution in
[https://github.com/immich-app/immich/pull/19863](https://redirect.github.com/immich-app/immich/pull/19863)
- [@&#8203;DominikVogel](https://redirect.github.com/DominikVogel) made
their first contribution in
[https://github.com/immich-app/immich/pull/19901](https://redirect.github.com/immich-app/immich/pull/19901)
- [@&#8203;evan314159](https://redirect.github.com/evan314159) made
their first contribution in
[https://github.com/immich-app/immich/pull/19934](https://redirect.github.com/immich-app/immich/pull/19934)
- [@&#8203;lcs-crr](https://redirect.github.com/lcs-crr) made their
first contribution in
[https://github.com/immich-app/immich/pull/19970](https://redirect.github.com/immich-app/immich/pull/19970)
- [@&#8203;MeguminSama](https://redirect.github.com/MeguminSama) made
their first contribution in
[https://github.com/immich-app/immich/pull/20005](https://redirect.github.com/immich-app/immich/pull/20005)
- [@&#8203;maybeanerd](https://redirect.github.com/maybeanerd) made
their first contribution in
[https://github.com/immich-app/immich/pull/20092](https://redirect.github.com/immich-app/immich/pull/20092)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.135.3...v1.136.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-07-28 16:10:07 +00:00

title
title
TrueCharts

Community Helm Chart Catalog

docs Discord GitHub last commit


TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!

All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.


Getting started using TrueCharts

docs


Support

Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!

Still something not working as expected? Contact us! and we'll figure it out together!

Development

pre-commit renovate GitHub last commit


Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.

Getting into creating Charts

For more information check the website: https://truecharts.org

Contact and Support

Discord


To contact the TrueCharts project:




Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Kjeld Schouten-Lebbing
Kjeld Schouten-Lebbing

💻 🚇 📖 👀 💵
Justin Clift
Justin Clift

📖
whiskerz007
whiskerz007

💻
Stavros Kois
Stavros Kois

💻 📖 🐛 👀 💵
allen-4
allen-4

💻
Troy Prelog
Troy Prelog

💻 📖 💵
Dan Sheridan
Dan Sheridan

💻
Sebastien Dupont
Sebastien Dupont

📖 💵
Vegetto
Vegetto

👀
Ellie Nieuwdorp
Ellie Nieuwdorp

💻
Nate Walck
Nate Walck

💻
Lloyd
Lloyd

💻 💵
Dave Withnall
Dave Withnall

📖
ksimm1
ksimm1

📖 🐛 💵 🧑‍🏫
Aaron Johnson
Aaron Johnson

📖
Ralph
Ralph

💻
Joachim Baten
Joachim Baten

💻 🐛
Michael Yang
Michael Yang

💻
Ciaran Farley
Ciaran Farley

📖
Heavybullets8
Heavybullets8

📖 💻 🐛 📹 🧑‍🏫 💵
662
662

💻
alex171
alex171

📖
Techno Tim
Techno Tim

📖
Mingyao Liu
Mingyao Liu

💻 🐛
NightShaman
NightShaman

💻 📖 🐛 💵 🧑‍🏫
Andrew Smith
Andrew Smith

📖 ⚠️
Bob Klosinski
Bob Klosinski

💻
Sukarn
Sukarn

💻 📖
sebs
sebs

💻
Dyllan Tinoco
Dyllan Tinoco

💻
StevenMcElligott
StevenMcElligott

💻 💵 📖 🐛 🧑‍🏫
brothergomez
brothergomez

💻 🐛
sagit
sagit

💻 🐛 📹 📖 🧑‍🏫
Nevan Chow
Nevan Chow

💻
Daniel Carlsson
Daniel Carlsson

🐛
Devon Louie
Devon Louie

🐛
Alex-Orsholits
Alex-Orsholits

🐛
Tails32
Tails32

🐛
Menaxerius
Menaxerius

🐛
hidefog
hidefog

🐛
Darren Gibbard
Darren Gibbard

🐛
Barti
Barti

🐛
Sunii
Sunii

🐛
trbmchs
trbmchs

🐛
Light
Light

🐛
Boostflow
Boostflow

🐛
Trigardon
Trigardon

🐛
dbb12345
dbb12345

🐛 💻
karypid
karypid

🐛
Philipp
Philipp

🐛
John
John

🐛 📖
John Parton
John Parton

🐛
Marc
Marc

🐛
fdzaebel
fdzaebel

🐛
kloeckwerx
kloeckwerx

🐛
Bradley Bare
Bradley Bare

🐛
Alexander Thamm
Alexander Thamm

🐛
rexit1982
rexit1982

🐛
iaxx
iaxx

🐛
Xstar97
Xstar97

💻 🐛 🧑‍🏫
ornias
ornias

📹
Josh Asplund
Josh Asplund

💵
midnight33233
midnight33233

💵
kbftech
kbftech

💵
hogenf
hogenf

💵
Hawks
Hawks

💵
Jim Russell
Jim Russell

💵
TheGovnah
TheGovnah

💵
famewolf
famewolf

💵 🐛
Konrad Bujak
Konrad Bujak

📖
190n
190n

💻 📖
Alexej Kubarev
Alexej Kubarev

📖
r-vanooyen
r-vanooyen

📖
shadofall
shadofall

📖 🧑‍🏫
agreppin
agreppin

💻
Stavros Ntentos
Stavros Ntentos

💻 🤔
Vlad-Florin Ilie
Vlad-Florin Ilie

💻
huma2000
huma2000

🐛
hugalafutro
hugalafutro

🐛 💵
yehia Amer
yehia Amer

📖
Tyler Stransky
Tyler Stransky

🐛
juggie
juggie

🐛
Ben Tilford
Ben Tilford

🐛 💻
I-nebukad-I
I-nebukad-I

🐛 💻
Ethan Leisinger
Ethan Leisinger

💻 📖
Cullen Murphy
Cullen Murphy

💻 🐛
Jason Thatcher
Jason Thatcher

💻 🐛 📖
Stefan Schramek
Stefan Schramek

🐛
nokaka
nokaka

🐛
Gal Szkolnik
Gal Szkolnik

🐛
Evgeny Stepanovych
Evgeny Stepanovych

🐛
Waqar Ahmed
Waqar Ahmed

🐛
DrSKiZZ
DrSKiZZ

💵
Jan Puciłowski
Jan Puciłowski

💻 ⚠️
Shaun Coyne
Shaun Coyne

💵
Christoph
Christoph

💵
Brandon Rutledge
Brandon Rutledge

🐛
Michael Bestas
Michael Bestas

🐛
Jurģis Rudaks
Jurģis Rudaks

🐛
brunofatia
brunofatia

💵
TopicsLP
TopicsLP

📖
Michael Schnerring
Michael Schnerring

🐛 💻
Tamas Nagy
Tamas Nagy

🐛
OpenSpeedTest™️
OpenSpeedTest™️

💻
Richard James Acton
Richard James Acton

📖
lps-rocks
lps-rocks

🐛
Faust
Faust

🐛
uranderu
uranderu

🐛
Tom Cassady
Tom Cassady

🐛
Huftierchen
Huftierchen

🐛
ZasX
ZasX

📖 🧑‍🏫 💻
Kevin T.
Kevin T.

🐛
Steven Scott
Steven Scott

📖
Watteel Pascal
Watteel Pascal

💻
JamesOsborn-SE
JamesOsborn-SE

💻 📖
NeoToxic
NeoToxic

🧑‍🏫 🐛
jab416171
jab416171

📖
Anna
Anna

📖
ChaosBlades
ChaosBlades

🐛
Patric Stout
Patric Stout

💻
Ben Kochie
Ben Kochie

💻
Jeff Bachtel
Jeff Bachtel

📖
Ben Woods
Ben Woods

💻
Karl Shea
Karl Shea

🐛
Balakumaran MN
Balakumaran MN

📖
Jesperbelt
Jesperbelt

📖
cccs31
cccs31

🐛
Sam Smucny
Sam Smucny

💻
Keith Cirkel
Keith Cirkel

💻
mgale456
mgale456

💻
Alec Fenichel
Alec Fenichel

💻
John Dorman
John Dorman

💻
Dan
Dan

💻
u4ium
u4ium

📖
ErroneousBosch
ErroneousBosch

🐛
MaverickD650
MaverickD650

💻 🐛
Grogdor
Grogdor

📖
Ryan Gooler
Ryan Gooler

📖
Rob Herley
Rob Herley

📖
Christian Heimlich
Christian Heimlich

📖
l-moon-git
l-moon-git

💻
hughes5
hughes5

📖
sdimovv
sdimovv

💻
AllieQpzm
AllieQpzm

💻
Dominik
Dominik

🐛
renovate[bot]
renovate[bot]

🔧
allcontributors[bot]
allcontributors[bot]

🔧
dependabot[bot]
dependabot[bot]

🔧
TrueCharts Bot
TrueCharts Bot

🔧 🚇 💻
Mend Renovate
Mend Renovate

🔧
Simone
Simone

💻
Jean-François Roy
Jean-François Roy

💻
Whiskey24
Whiskey24

💻
inmanturbo
inmanturbo

📖
Alex
Alex

💻
Brian Semrad
Brian Semrad

💻
Christopher
Christopher

💻 📖
Csaba Engedi
Csaba Engedi

💻
Cyb3rzombie
Cyb3rzombie

💻
Eric Cavalcanti
Eric Cavalcanti

💻
Gavin Chappell
Gavin Chappell

💻 🐛
raynay-r
raynay-r

💻
Jip-Hop
Jip-Hop

📖
Jonas Wrede
Jonas Wrede

💻
SilentNyte
SilentNyte

📖
Stan
Stan

💻
Tiago Gaspar
Tiago Gaspar

💻
gismo2004
gismo2004

💻
jsegaert
jsegaert

📖
Miguel Angel Nubla
Miguel Angel Nubla

💻
xal3xhx
xal3xhx

💻
jeremybox
jeremybox

📖
Cameron Sabuda
Cameron Sabuda

📖
Jeroen Schepens
Jeroen Schepens

🐛
James Wright
James Wright

📖
Malpractis
Malpractis

🐛
CommanderStarhump
CommanderStarhump

🐛
Vianchiel
Vianchiel

🐛
Maximilian Ehlers
Maximilian Ehlers

🐛
nautilus7
nautilus7

🐛 💻
kqmaverick
kqmaverick

🐛
ccalby
ccalby

🐛
kofeyh
kofeyh

🐛
imjustleaving
imjustleaving

🐛
Cristian Torres
Cristian Torres

🐛
schopenhauer
schopenhauer

🐛
Zackptg5
Zackptg5

🐛
Brad Ackerman
Brad Ackerman

🐛
mcspiff313
mcspiff313

🐛
Fletcher Nichol
Fletcher Nichol

💻 🐛
Marco Faggian
Marco Faggian

💻
John P
John P

📖
kryojenik
kryojenik

💻
Malcolm
Malcolm

📖
depasseg
depasseg

📖
j1mbl3s
j1mbl3s

📖
VictorienXP
VictorienXP

💻
yelhouti
yelhouti

💻
Jaroslav Lichtblau
Jaroslav Lichtblau

📖
MaximilianS
MaximilianS

📖
Dion Larson
Dion Larson

💻 📖
Physics-Dude
Physics-Dude

📖
waflint
waflint

💻
Henry Wilkinson
Henry Wilkinson

💻 📖
cedstrom
cedstrom

💻
v3DJG6GL
v3DJG6GL

🐛 💻
polarstack
polarstack

💻
Keyvan
Keyvan

💻
MickaelFontes
MickaelFontes

💻
David CM
David CM

💻
Aamir Azad
Aamir Azad

📖
Jordan Woyak
Jordan Woyak

💻
Simon Hofman
Simon Hofman

💻
notyouraveragegamer
notyouraveragegamer

📖
Varac
Varac

💻
tuxsudo
tuxsudo

💻
TylerRudie
TylerRudie

📖
qnb59bny5x
qnb59bny5x

💻
Filip Bednárik
Filip Bednárik

🐛
Serhii Shcherbinin
Serhii Shcherbinin

💻
Quentin Raynaud
Quentin Raynaud

🐛
Felix Schäfer
Felix Schäfer

📖
Julien Nicolas de Verteuil
Julien Nicolas de Verteuil

💻
Gabriel Donadel Dall'Agnol
Gabriel Donadel Dall'Agnol

📖
Jon S. Stumpf
Jon S. Stumpf

📖
Tanguille
Tanguille

📖
Dennis
Dennis

🐛 📖
TheIceCreamTroll
TheIceCreamTroll

💻
Atanas Pamukchiev
Atanas Pamukchiev

💻
Boemeltrein
Boemeltrein

📖
Yiannis Marangos
Yiannis Marangos

💻
Michael Ruoss
Michael Ruoss

💻
Aron Kahrs
Aron Kahrs

💻
nemesis1982
nemesis1982

📖
Ed P
Ed P

💻
Frédéric Nadeau
Frédéric Nadeau

📖
frapbod
frapbod

💻
Max Bachhuber
Max Bachhuber

💻
zierbeek
zierbeek

💻
Ac1dburn
Ac1dburn

💻
Antoine Saget
Antoine Saget

📖
Ben Bodenmiller
Ben Bodenmiller

🐛
felixfon
felixfon

📖
adtwomey
adtwomey

📖
alfi0812
alfi0812

💻 📖 🐛 👀
Agassi
Agassi

💻
Artur
Artur

💻
Morgan Hunter
Morgan Hunter

💻
Aleksandr Oleinikov
Aleksandr Oleinikov

💻
Jamie
Jamie

💻
David Gries
David Gries

🐛 💻
Phreeman33
Phreeman33

💻 🐛
Jens Wolvers
Jens Wolvers

💻
Bart Willems
Bart Willems

💻
Caidy
Caidy

💻
Mr Khachaturov
Mr Khachaturov

💻
LordCrash101
LordCrash101

📖
elendil95
elendil95

💻
TheDodger
TheDodger

💻
Saad Awan
Saad Awan

💻
Felix von Arx
Felix von Arx

💻
yodatak
yodatak

💻
Marcel Henrich
Marcel Henrich

💻
Florent Viel
Florent Viel

💻
SniperAsh6
SniperAsh6

💻
Alexandre Acebedo
Alexandre Acebedo

💻
Douglas Chimento
Douglas Chimento

💻
Addison McDermid
Addison McDermid

💻
Jaël Gareau
Jaël Gareau

💻
Steve Sampson
Steve Sampson

📖
Albert Romkes
Albert Romkes

💻
Maja Bojarska
Maja Bojarska

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Licence

License


Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.

An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.

SPDX-License-Identifier: AGPL-3.0


built-with-resentment contains-technical-debt

Languages
Smarty 98.4%
MDX 1.6%