From 297e3650885e9b7abdd68d104c352a76961372f3 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 18 Sep 2022 20:30:59 +0300 Subject: [PATCH] fix(plextraktsync): cron type does not work (#3811) --- charts/incubator/plextraktsync/Chart.yaml | 2 +- charts/incubator/plextraktsync/questions.yaml | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/charts/incubator/plextraktsync/Chart.yaml b/charts/incubator/plextraktsync/Chart.yaml index b4d2417c691..de2c02a16f0 100644 --- a/charts/incubator/plextraktsync/Chart.yaml +++ b/charts/incubator/plextraktsync/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://github.com/Taxel/PlexTraktSync - https://ghcr.io/taxel/plextraktsync type: application -version: 1.0.0 +version: 1.0.1 diff --git a/charts/incubator/plextraktsync/questions.yaml b/charts/incubator/plextraktsync/questions.yaml index e8d0077c803..8fd444a1d1f 100644 --- a/charts/incubator/plextraktsync/questions.yaml +++ b/charts/incubator/plextraktsync/questions.yaml @@ -27,13 +27,8 @@ questions: label: Schedule description: How often to run the task schema: - type: cron - default: - minute: "0" - hour: "*/6" - dom: "*" - month: "*" - dow: "*" + type: string + default: "0 */6 * * *" # Include{containerConfig} # Include{serviceExpertRoot} default: false