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://togithub.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://togithub.com/linkwarden/linkwarden/releases/tag/v2.4.9) [Compare Source](https://togithub.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9) #### What's Changed - updated .env.sample by [@​daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/407](https://togithub.com/linkwarden/linkwarden/pull/407) - minor update to README.md by [@​daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/414](https://togithub.com/linkwarden/linkwarden/pull/414) - bypass error by [@​daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/430](https://togithub.com/linkwarden/linkwarden/pull/430) **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
This commit is contained in:
@@ -3,11 +3,11 @@ annotations:
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: bookmarks
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.4.8
|
||||
appVersion: 2.4.9
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
@@ -24,7 +24,7 @@ keywords:
|
||||
- linkwarden
|
||||
- bookmark
|
||||
- manager
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
|
||||
- https://ghcr.io/linkwarden/linkwarden
|
||||
type: application
|
||||
version: 3.2.8
|
||||
version: 3.2.9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linkwarden/linkwarden
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.4.8@sha256:ee344d6594102f6e713d3d7014b0df9f3e84f37dd8653a374bac69f2ba66c33f
|
||||
tag: v2.4.9@sha256:9d0c86d37d9af08db8edd8e95bd25b3998fd0ce3104488df8eab60f5275768ac
|
||||
|
||||
config:
|
||||
nextauth_url: "http://example.com"
|
||||
|
||||
Reference in New Issue
Block a user