From c3206690fe92ffd12a89ed234bf58396dae7ef69 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:43:35 +0200 Subject: [PATCH] fix(plexanisync): set a max char limit, as it seems the default is 1024 --- charts/incubator/plexanisync/Chart.yaml | 2 +- charts/incubator/plexanisync/questions.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/incubator/plexanisync/Chart.yaml b/charts/incubator/plexanisync/Chart.yaml index 7b58c5ff09d..14aabd2fe1f 100644 --- a/charts/incubator/plexanisync/Chart.yaml +++ b/charts/incubator/plexanisync/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/RickDB/PlexAniSync - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/plexanisync/questions.yaml b/charts/incubator/plexanisync/questions.yaml index 37b789fa8c6..e5799047d60 100644 --- a/charts/incubator/plexanisync/questions.yaml +++ b/charts/incubator/plexanisync/questions.yaml @@ -129,6 +129,7 @@ questions: description: Your AniList.co token. schema: type: string + max_length: 2000 required: true private: true default: ""