Skip to content

Commit 7c5e390

Browse files
chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.4.9@9d0c86d by renovate (#17417)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://github.com/linkwarden/linkwarden) | patch | `v2.4.8` -> `v2.4.9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary> ### [`v2.4.9`](https://github.com/linkwarden/linkwarden/releases/tag/v2.4.9) [Compare Source](https://github.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9) #### What's Changed - updated .env.sample by [@&#8203;daniel31x13](https://github.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/407](https://github.com/linkwarden/linkwarden/pull/407) - minor update to README.md by [@&#8203;daniel31x13](https://github.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/414](https://github.com/linkwarden/linkwarden/pull/414) - bypass error by [@&#8203;daniel31x13](https://github.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/430](https://github.com/linkwarden/linkwarden/pull/430) **Full Changelog**: linkwarden/linkwarden@v2.4.8...v2.4.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
1 parent 402ce87 commit 7c5e390

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/stable/linkwarden/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ annotations:
33
min_scale_version: 23.10.0
44
truecharts.org/SCALE-support: "true"
55
truecharts.org/category: bookmarks
6-
truecharts.org/max_helm_version: "3.13"
6+
truecharts.org/max_helm_version: "3.14"
77
truecharts.org/min_helm_version: "3.12"
88
truecharts.org/train: stable
99
apiVersion: v2
10-
appVersion: 2.4.8
10+
appVersion: 2.4.9
1111
dependencies:
1212
- name: common
1313
version: 17.2.22
@@ -24,7 +24,7 @@ keywords:
2424
- linkwarden
2525
- bookmark
2626
- manager
27-
kubeVersion: ">=1.24.0-0"
27+
kubeVersion: '>=1.24.0-0'
2828
maintainers:
2929
- name: TrueCharts
3030
@@ -35,4 +35,4 @@ sources:
3535
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
3636
- https://ghcr.io/linkwarden/linkwarden
3737
type: application
38-
version: 3.2.8
38+
version: 3.2.9

charts/stable/linkwarden/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: ghcr.io/linkwarden/linkwarden
33
pullPolicy: IfNotPresent
4-
tag: v2.4.8@sha256:ee344d6594102f6e713d3d7014b0df9f3e84f37dd8653a374bac69f2ba66c33f
4+
tag: v2.4.9@sha256:9d0c86d37d9af08db8edd8e95bd25b3998fd0ce3104488df8eab60f5275768ac
55

66
config:
77
nextauth_url: "http://example.com"

0 commit comments

Comments
 (0)