fix(tubesync): disable varrun
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: tubesync
|
||||
version: 4.1.5
|
||||
version: 4.1.6
|
||||
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.
|
||||
home: https://truecharts.org/charts/incubator/tubesync
|
||||
|
||||
@@ -9,6 +9,8 @@ persistence:
|
||||
downloads:
|
||||
enabled: true
|
||||
mountPath: /downloads
|
||||
varrun:
|
||||
enabled: false
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user