chore(helm): update image docker.io/sissbruecker/linkding 1.38.0 → 1.38.1 (#32503)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding) | patch | `09e1a54` -> `e04118e` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>sissbruecker/linkding (docker.io/sissbruecker/linkding)</summary> ### [`v1.38.1`](https://redirect.github.com/sissbruecker/linkding/blob/HEAD/CHANGELOG.md#v1381-22022025) [Compare Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.38.0...v1.38.1) ##### What's Changed - Remove preview image when bookmark is deleted by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/989](https://redirect.github.com/sissbruecker/linkding/pull/989) - Try limit uwsgi memory usage by configuring file descriptor limit by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/990](https://redirect.github.com/sissbruecker/linkding/pull/990) - Add note about OIDC and LD_SUPERUSER_NAME combination by [@​tebriel](https://redirect.github.com/tebriel) in [https://github.com/sissbruecker/linkding/pull/992](https://redirect.github.com/sissbruecker/linkding/pull/992) - Return web archive fallback URL from REST API by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/993](https://redirect.github.com/sissbruecker/linkding/pull/993) - Fix auth proxy logout by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/994](https://redirect.github.com/sissbruecker/linkding/pull/994) ##### New Contributors - [@​tebriel](https://redirect.github.com/tebriel) made their first contribution in [https://github.com/sissbruecker/linkding/pull/992](https://redirect.github.com/sissbruecker/linkding/pull/992) **Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.38.0...v1.38.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.38.0
|
||||
appVersion: 1.38.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding
|
||||
- https://hub.docker.com/r/sissbruecker/linkding
|
||||
type: application
|
||||
version: 11.13.0
|
||||
version: 11.13.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/sissbruecker/linkding
|
||||
tag: 1.38.0@sha256:09e1a54b083832b93a67c08d2302149027f713fc0052d8d8859205e3aa2bfcfe
|
||||
tag: 1.38.1@sha256:e04118ee9767bd27a6959a602c28c5835f86817b620a43847ec42fc6c37755e0
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user