fix(plexanisync): set a max char limit, as it seems the default is 1024

This commit is contained in:
Stavros Kois 2023-01-16 09:43:35 +02:00 committed by GitHub
parent f89fdcd745
commit c3206690fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/RickDB/PlexAniSync - https://github.com/RickDB/PlexAniSync
- https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync
type: application type: application
version: 0.0.2 version: 0.0.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -129,6 +129,7 @@ questions:
description: Your AniList.co token. description: Your AniList.co token.
schema: schema:
type: string type: string
max_length: 2000
required: true required: true
private: true private: true
default: "" default: ""