chore(helm): update image ghcr.io/linkwarden/linkwarden v2.10.0 → v2.10.1 (#35007)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linkwarden/linkwarden](https://redirect.github.com/linkwarden/linkwarden)
| patch | `ca71808` -> `09e041e` |

---

> [!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.10.1`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.10.1)

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

#### What's Changed

- Refactored the folder structure into a monorepo-style filesystem for
better maintainability and scalability. If you previously followed the
**manual installation instructions**, this change may affect your setup.
Please review the updated [manual
installation](https://docs.linkwarden.app/self-hosting/installation#manual-installation)
docs to ensure compatibility.
- Added support for defining a
[`CUSTOM_OPENAI_BASE_URL`](https://redirect.github.com/linkwarden/linkwarden/blob/dev/.env.sample#L55)
to use OpenAI-compatible providers as the AI tagging model.
-   The worker now logs the link processing queue to the console.
-   Various bug fixes and small improvements.

And a small surprise for the more active users: The official mobile app
is already in
[development](https://redirect.github.com/linkwarden/linkwarden/tree/main/apps/mobile)
:)

#### New Contributors

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

**Full Changelog**:
https://github.com/linkwarden/linkwarden/compare/v2.10.0...v2.10.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:
TrueCharts Bot
2025-05-03 20:25:05 +02:00
committed by GitHub
parent 89b8f947cd
commit 8dbffee1ff
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.10.1
dependencies:
- name: common
version: 25.4.10
@@ -37,5 +37,5 @@ sources:
- https://github.com/linkwarden/linkwarden
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
type: application
version: 6.10.0
version: 6.10.1
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linkwarden/linkwarden
pullPolicy: IfNotPresent
tag: v2.10.0@sha256:ca71808583cc1912b3653ea7793d73ddd3140d0040e3d11cf05db380653ed463
tag: v2.10.1@sha256:09e041ee68ed6e47b654f9b8fbc32fb0fb4198bc2cd15b2b8a676235d8ec95b6
config:
nextauth_url: "http://example.com"