chore(helm): update image ghcr.io/immich-app/immich-server v1.119.0 → v1.119.1 (#28552)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `24df117` -> `d63feee` | 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.119.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.119.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.119.0...v1.119.1) ### v1.119.1 This patch release adds job options to the search view context menu when bulk-selecting assets.  #### What's Changed ##### 🌟 Enhancements - feat(web): add job action to search page result by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/13784](https://redirect.github.com/immich-app/immich/pull/13784) ##### 📚 Documentation - docs: note about Nginx reverse proxy compatibility with Let's Encrypt by [@​yozik04](https://redirect.github.com/yozik04) in [https://github.com/immich-app/immich/pull/13764](https://redirect.github.com/immich-app/immich/pull/13764) - docs: Add info about album sync\&folder view by [@​aviv926](https://redirect.github.com/aviv926) in [https://github.com/immich-app/immich/pull/12371](https://redirect.github.com/immich-app/immich/pull/12371) #### New Contributors - [@​yozik04](https://redirect.github.com/yozik04) made their first contribution in [https://github.com/immich-app/immich/pull/13764](https://redirect.github.com/immich-app/immich/pull/13764) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.119.0...v1.119.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.119.0
|
||||
appVersion: 1.119.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.5
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/immich-app/immich
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||
type: application
|
||||
version: 17.19.3
|
||||
version: 17.19.4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.119.0@sha256:24df1172544370826349159692d177ba22ca773c81857d36996a254c08422b95
|
||||
tag: v1.119.1@sha256:d63feeee7a41095b3c1b18607d86a1264bcac53728a19f538a77a6e66043f492
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
|
||||
Reference in New Issue
Block a user