chore(helm): update image ghcr.io/immich-app/immich-server v1.132.0 → v1.132.1 (#34713)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `b69f91e` -> `71cb6d2` | 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-server)</summary> ### [`v1.132.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.132.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.132.0...v1.132.1) ### v1.132.1 #### Hotfixes - Reverting the opt-in delete synchronization in this release 😢. There is an issue with getting the Google PlayStore to approve the app with the new permission needed for this feature. We are exploring alternative routes to preserve this feature and will push out another update as soon as possible - Fixes an issue where the server does not start on ARM devices <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🐛 Bug fixes - fix(server): bump sharp by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/17818](https://redirect.github.com/immich-app/immich/pull/17818) - chore: reverting opt-in deletion feature by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/17819](https://redirect.github.com/immich-app/immich/pull/17819) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.132.0...v1.132.1 </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.132.0
|
||||
appVersion: 1.132.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/immich-app/immich
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||
type: application
|
||||
version: 17.55.1
|
||||
version: 17.55.2
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.132.0@sha256:b69f91e91ce92e9ed210acfd43e94dd12754c7601e84460394dcc5a322ce10be
|
||||
tag: v1.132.1@sha256:71cb6d2a6587f6481ae22b1cd743c74f163acbf26ade4df890e4425bb1f2e891
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
|
||||
Reference in New Issue
Block a user