Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1f8801b0b3
commit
641b05b83e
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [linkwarden-3.2.5](https://github.com/truecharts/charts/compare/linkwarden-3.2.4...linkwarden-3.2.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
|
@ -7,6 +7,15 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
## [linkwarden-3.2.6](https://github.com/truecharts/charts/compare/linkwarden-3.2.5...linkwarden-3.2.6) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linkwarden/linkwarden to v2.4.8[@ee344d6](https://github.com/ee344d6) by renovate ([#16717](https://github.com/truecharts/charts/issues/16717))
|
||||
|
||||
|
||||
## [linkwarden-3.2.5](https://github.com/truecharts/charts/compare/linkwarden-3.2.4...linkwarden-3.2.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@ title: Changelog
|
|||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
## [linkwarden-2.0.10](https://github.com/truecharts/charts/compare/linkwarden-2.0.9...linkwarden-2.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
## [linkwarden-2.0.9](https://github.com/truecharts/charts/compare/linkwarden-2.0.8...linkwarden-2.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: linkwarden
|
||||
version: 3.2.5
|
||||
appVersion: 2.4.5
|
||||
version: 3.2.6
|
||||
appVersion: 2.4.8
|
||||
description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
|
||||
home: https://truecharts.org/charts/stable/linkwarden
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [linkwarden-3.2.6](https://github.com/truecharts/charts/compare/linkwarden-3.2.5...linkwarden-3.2.6) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linkwarden/linkwarden to v2.4.8[@ee344d6](https://github.com/ee344d6) by renovate ([#16717](https://github.com/truecharts/charts/issues/16717))
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linkwarden/linkwarden
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.4.5@sha256:0247ad12144bc7fea8ba72a59408cc1c97e57f07ab4aa52d2ccd2db2d5f5ec9c
|
||||
tag: v2.4.8@sha256:ee344d6594102f6e713d3d7014b0df9f3e84f37dd8653a374bac69f2ba66c33f
|
||||
|
||||
config:
|
||||
nextauth_url: "http://example.com"
|
Loading…
Reference in New Issue