fix(linkwarden): update image ghcr.io/linkwarden/linkwarden v2.13.4 → v2.13.5 (#43228)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://redirect.github.com/linkwarden/linkwarden) | patch | `9f1e69e` -> `1588811` | --- > [!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>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary> ### [`v2.13.5`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.13.5) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.13.4...v2.13.5) #### What's Changed - Fixes [#​1543](https://redirect.github.com/linkwarden/linkwarden/issues/1543) thanks to [@​khanguyen74](https://redirect.github.com/khanguyen74) **Full Changelog**: <https://github.com/linkwarden/linkwarden/compare/v2.13.4...v2.13.5> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbGlua3dhcmRlbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.13.4
|
||||
appVersion: 2.13.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/linkwarden/linkwarden
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkwarden
|
||||
type: application
|
||||
version: 7.15.8
|
||||
version: 7.15.9
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linkwarden/linkwarden
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.13.4@sha256:9f1e69e11c36fcb94d97753479e76a7c66eabb4afd89c0ceb5ff52c0b1849ca5
|
||||
tag: v2.13.5@sha256:1588811d7b7d249d387782bb94c7eb189082b82b542ac1667d2ac3d7e7f70ce6
|
||||
|
||||
config:
|
||||
nextauth_url: "http://example.com"
|
||||
|
||||
Reference in New Issue
Block a user