diff --git a/stable/tubesync/4.1.5/app-changelog.md b/stable/tubesync/4.1.5/app-changelog.md deleted file mode 100644 index cf1efba0863..00000000000 --- a/stable/tubesync/4.1.5/app-changelog.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/stable/tubesync/4.1.5/CHANGELOG.md b/stable/tubesync/4.1.6/CHANGELOG.md similarity index 89% rename from stable/tubesync/4.1.5/CHANGELOG.md rename to stable/tubesync/4.1.6/CHANGELOG.md index ce910a13e09..af5f39d01fc 100644 --- a/stable/tubesync/4.1.5/CHANGELOG.md +++ b/stable/tubesync/4.1.6/CHANGELOG.md @@ -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) ### 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) ### 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)) - diff --git a/stable/tubesync/4.1.5/Chart.yaml b/stable/tubesync/4.1.6/Chart.yaml similarity index 98% rename from stable/tubesync/4.1.5/Chart.yaml rename to stable/tubesync/4.1.6/Chart.yaml index b2517544e2b..e46aa59e448 100644 --- a/stable/tubesync/4.1.5/Chart.yaml +++ b/stable/tubesync/4.1.6/Chart.yaml @@ -1,17 +1,17 @@ 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 icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png deprecated: false sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tubesync - - https://ghcr.io/meeb/tubesync - https://github.com/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: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tubesync/4.1.5/README.md b/stable/tubesync/4.1.6/README.md similarity index 100% rename from stable/tubesync/4.1.5/README.md rename to stable/tubesync/4.1.6/README.md diff --git a/stable/tubesync/4.1.6/app-changelog.md b/stable/tubesync/4.1.6/app-changelog.md new file mode 100644 index 00000000000..91b8b79f7bd --- /dev/null +++ b/stable/tubesync/4.1.6/app-changelog.md @@ -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 \ No newline at end of file diff --git a/stable/tubesync/4.1.5/app-readme.md b/stable/tubesync/4.1.6/app-readme.md similarity index 100% rename from stable/tubesync/4.1.5/app-readme.md rename to stable/tubesync/4.1.6/app-readme.md diff --git a/stable/tubesync/4.1.5/charts/common-17.2.21.tgz b/stable/tubesync/4.1.6/charts/common-17.2.21.tgz similarity index 100% rename from stable/tubesync/4.1.5/charts/common-17.2.21.tgz rename to stable/tubesync/4.1.6/charts/common-17.2.21.tgz diff --git a/stable/tubesync/4.1.5/ix_values.yaml b/stable/tubesync/4.1.6/ix_values.yaml similarity index 96% rename from stable/tubesync/4.1.5/ix_values.yaml rename to stable/tubesync/4.1.6/ix_values.yaml index 2b2eef8c918..8f6a3de2229 100644 --- a/stable/tubesync/4.1.5/ix_values.yaml +++ b/stable/tubesync/4.1.6/ix_values.yaml @@ -9,6 +9,8 @@ persistence: downloads: enabled: true mountPath: /downloads + varrun: + enabled: false portal: open: enabled: true diff --git a/stable/tubesync/4.1.5/questions.yaml b/stable/tubesync/4.1.6/questions.yaml similarity index 100% rename from stable/tubesync/4.1.5/questions.yaml rename to stable/tubesync/4.1.6/questions.yaml diff --git a/stable/tubesync/4.1.5/templates/common.yaml b/stable/tubesync/4.1.6/templates/common.yaml similarity index 100% rename from stable/tubesync/4.1.5/templates/common.yaml rename to stable/tubesync/4.1.6/templates/common.yaml diff --git a/stable/tubesync/4.1.5/values.yaml b/stable/tubesync/4.1.6/values.yaml similarity index 100% rename from stable/tubesync/4.1.5/values.yaml rename to stable/tubesync/4.1.6/values.yaml