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:
|
sources:
|
||||||
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
|
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
|
||||||
type: application
|
type: application
|
||||||
version: 9.0.15
|
version: 9.0.16
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|
|
@ -96,7 +96,7 @@ questions:
|
||||||
default: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
|
default: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
|
||||||
- variable: PLEX_CLAIM
|
- variable: PLEX_CLAIM
|
||||||
label: "Plex Claim Token"
|
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:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
|
Loading…
Reference in New Issue