fix(linkwarden): update image ghcr.io/linkwarden/linkwarden v2.14.0 → v2.14.1 (#47418)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linkwarden/linkwarden](https://redirect.github.com/linkwarden/linkwarden)
| patch | `c5b9b4d` → `31cf4bd` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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.14.1`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.14.1)

[Compare
Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.14.0...v2.14.1)

#### What's Changed

- Added support for serving preserved HTML archives from a separate
public hostname so that untrusted archived pages are isolated from your
main Linkwarden app; see [Setting Up a User Content
Domain](https://docs.linkwarden.app/self-hosting/user-content-domain)
for more information
- Improved UX while selecting tags
- Bug fixes

#### New Contributors

- [@&#8203;xiebaiyuan](https://redirect.github.com/xiebaiyuan) made
their first contribution in
[#&#8203;1667](https://redirect.github.com/linkwarden/linkwarden/pull/1667)

**Full Changelog**:
<https://github.com/linkwarden/linkwarden/compare/v2.14.0...v2.14.1>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9saW5rd2FyZGVuIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-04-23 07:23:43 +02:00
committed by GitHub
parent 97f1bb0bc9
commit 3c6a8269a1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2.14.0
appVersion: 2.14.1
dependencies:
- name: common
version: 29.1.6
@@ -37,5 +37,5 @@ sources:
- https://github.com/linkwarden/linkwarden
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkwarden
type: application
version: 8.2.1
version: 8.2.2
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: ghcr.io/linkwarden/linkwarden
pullPolicy: IfNotPresent
tag: v2.14.0@sha256:c5b9b4db571c468270cd916acebd5e6490b54393d90c1a2ccb9919a194ed7d51
tag: v2.14.1@sha256:31cf4bd2a2e111991fa5c9de03174c8698869c83722105c6ce529e4c911e6861
config:
nextauth_url: "http://example.com"