fix(tubesync): disable varrun

This commit is contained in:
Stavros Kois
2024-01-03 23:21:20 +02:00
committed by GitHub
parent 33e0a99ce0
commit 074ef6eee0
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -9,6 +9,8 @@ persistence:
downloads:
enabled: true
mountPath: /downloads
varrun:
enabled: false
portal:
open:
enabled: true