Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7f625029b1
commit
7a9c0ff89c
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [tubesync-4.1.5](https://github.com/truecharts/charts/compare/tubesync-4.1.4...tubesync-4.1.5) (2024-01-02)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- force bump to ensure up-to-date catalogs
|
|
|
@ -7,6 +7,15 @@ title: Changelog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [tubesync-4.1.6](https://github.com/truecharts/charts/compare/tubesync-4.1.5...tubesync-4.1.6) (2024-01-03)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- disable varrun
|
||||||
|
|
||||||
|
|
||||||
## [tubesync-4.1.5](https://github.com/truecharts/charts/compare/tubesync-4.1.4...tubesync-4.1.5) (2024-01-02)
|
## [tubesync-4.1.5](https://github.com/truecharts/charts/compare/tubesync-4.1.4...tubesync-4.1.5) (2024-01-02)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@ title: Changelog
|
||||||
## [tubesync-3.0.17](https://github.com/truecharts/charts/compare/tubesync-3.0.16...tubesync-3.0.17) (2023-12-24)
|
## [tubesync-3.0.17](https://github.com/truecharts/charts/compare/tubesync-3.0.16...tubesync-3.0.17) (2023-12-24)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
|
||||||
|
|
||||||
## [tubesync-3.0.16](https://github.com/truecharts/charts/compare/tubesync-3.0.15...tubesync-3.0.16) (2023-12-23)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: tubesync
|
name: tubesync
|
||||||
version: 4.1.5
|
version: 4.1.6
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.
|
description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.
|
||||||
home: https://truecharts.org/charts/incubator/tubesync
|
home: https://truecharts.org/charts/incubator/tubesync
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/tubesync
|
|
||||||
- https://ghcr.io/meeb/tubesync
|
|
||||||
- https://github.com/meeb/tubesync
|
- https://github.com/meeb/tubesync
|
||||||
- https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync
|
- https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/tubesync
|
||||||
|
- https://ghcr.io/meeb/tubesync
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [tubesync-4.1.6](https://github.com/truecharts/charts/compare/tubesync-4.1.5...tubesync-4.1.6) (2024-01-03)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- disable varrun
|
|
@ -9,6 +9,8 @@ persistence:
|
||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
|
varrun:
|
||||||
|
enabled: false
|
||||||
portal:
|
portal:
|
||||||
open:
|
open:
|
||||||
enabled: true
|
enabled: true
|
Loading…
Reference in New Issue