Skip to content

Commit

Permalink
jellyfin: match validation rule to charts repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Oct 31, 2024
1 parent 769ad53 commit 78525d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ix-dev/community/jellyfin/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://jellyfin.org/
title: Jellyfin
train: community
version: 1.0.27
version: 1.0.28
4 changes: 2 additions & 2 deletions ix-dev/community/jellyfin/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ questions:
description: The user id that Jellyfin files will be owned by.
schema:
type: int
min: 568
min: 2
default: 568
required: true
- variable: group
label: Group ID
description: The group id that Jellyfin files will be owned by.
schema:
type: int
min: 568
min: 2
default: 568
required: true

Expand Down

0 comments on commit 78525d8

Please sign in to comment.