Merge pull request #480 from truenas/plex-ref

NAS-116506 / 22.12 / Add validation for host paths in plex app
This commit is contained in:
Waqar Ahmed
2022-06-08 13:24:18 +05:00
committed by GitHub
34 changed files with 18 additions and 2 deletions

View File

@@ -14,4 +14,6 @@ sources:
- https://hub.docker.com/r/plexinc/pms-docker/
- https://github.com/k8s-at-home/charts/tree/master/charts/plex
upstream_version: 2.1.0
version: 1.7.6
version: 1.7.7

View File

@@ -185,6 +185,8 @@ questions:
schema:
type: hostpath
required: true
$ref:
- "validations/hostPath"
- variable: data
label: "Data Volume"
schema:
@@ -220,6 +222,8 @@ questions:
schema:
type: hostpath
required: true
$ref:
- "validations/hostPath"
- variable: config
label: "Config Volume"
schema:
@@ -255,6 +259,8 @@ questions:
schema:
type: hostpath
required: true
$ref:
- "validations/hostPath"
- variable: shared
label: "Shared Volume"
schema:

View File

@@ -14,4 +14,6 @@ sources:
- https://hub.docker.com/r/plexinc/pms-docker/
- https://github.com/k8s-at-home/charts/tree/master/charts/plex
upstream_version: 2.1.0
version: 1.7.6
version: 1.7.7

View File

@@ -185,6 +185,8 @@ questions:
schema:
type: hostpath
required: true
$ref:
- "validations/hostPath"
- variable: data
label: "Data Volume"
schema:
@@ -220,6 +222,8 @@ questions:
schema:
type: hostpath
required: true
$ref:
- "validations/hostPath"
- variable: config
label: "Config Volume"
schema:
@@ -255,6 +259,8 @@ questions:
schema:
type: hostpath
required: true
$ref:
- "validations/hostPath"
- variable: shared
label: "Shared Volume"
schema: