Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
97df82461b
commit
6e448cc363
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [plexanisync-0.0.2](https://github.com/truecharts/charts/compare/plexanisync-0.0.1...plexanisync-0.0.2) (2023-01-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/plexanisync to latest
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [plexanisync-0.0.3](https://github.com/truecharts/charts/compare/plexanisync-0.0.2...plexanisync-0.0.3) (2023-01-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- set a max char limit, as it seems the default is 1024
|
||||
|
||||
|
||||
|
||||
|
||||
## [plexanisync-0.0.2](https://github.com/truecharts/charts/compare/plexanisync-0.0.1...plexanisync-0.0.2) (2023-01-13)
|
||||
|
||||
### Chore
|
|
@ -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
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [plexanisync-0.0.3](https://github.com/truecharts/charts/compare/plexanisync-0.0.2...plexanisync-0.0.3) (2023-01-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- set a max char limit, as it seems the default is 1024
|
||||
|
||||
|
|
@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
|
|||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
|
@ -198,6 +198,7 @@ questions:
|
|||
description: Your AniList.co token.
|
||||
schema:
|
||||
type: string
|
||||
max_length: 2000
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
Loading…
Reference in New Issue