fix(plex): Adjust the description (#2575)
* fix(plex): Adjust the description * Update Chart.yaml
This commit is contained in:
parent
e5b5335014
commit
494fcf3300
|
@ -20,7 +20,7 @@ name: plex
|
|||
sources:
|
||||
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
|
||||
type: application
|
||||
version: 9.0.15
|
||||
version: 9.0.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
|
|
@ -96,7 +96,7 @@ questions:
|
|||
default: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
|
||||
- variable: PLEX_CLAIM
|
||||
label: "Plex Claim Token"
|
||||
description: "Claim token to use to register the plex server (Max. 4 minutes old!)"
|
||||
description: "Claim token to use to register the plex server (Max. 4 minutes old!). You can obtain a claim token to login your server to your plex account by visiting https://www.plex.tv/claim."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
|
Loading…
Reference in New Issue