chore(tvheadend): add run_opts in the UI (#3393)
* chore(tvheadend): add run_opts in the UI * update image
This commit is contained in:
@@ -11,6 +11,19 @@ questions:
|
|||||||
# Include{strategy}
|
# Include{strategy}
|
||||||
# Include{recreate}
|
# Include{recreate}
|
||||||
# Include{controllerExpert}
|
# Include{controllerExpert}
|
||||||
|
- variable: env
|
||||||
|
group: "Container Configuration"
|
||||||
|
label: "Image Environment"
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: RUN_OPTS
|
||||||
|
label: 'RUN_OPTS'
|
||||||
|
description: "Container Variable RUN_OPTS"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
# Include{serviceRoot}
|
# Include{serviceRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/tvheadend
|
repository: tccr.io/truecharts/tvheadend
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: version-63784405@sha256:55617b2f0e1a9d9cefb853c5d52f3729da88c9662ad18813e688201dbe3aee9a
|
tag: latest@sha256:794625d1a19163599b5f63efc27123b6f9d34f8694462b14527979fe95af23d6
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
@@ -12,8 +12,7 @@ podSecurityContext:
|
|||||||
|
|
||||||
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
||||||
env:
|
env:
|
||||||
{}
|
RUN_OPTS: ""
|
||||||
# RUN_OPTS: <run options here>
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user