From a2d76890c4edd80a23d358dc5d757e10a27909b3 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:24:59 +0300 Subject: [PATCH] chore(tvheadend): add run_opts in the UI (#3393) * chore(tvheadend): add run_opts in the UI * update image --- charts/stable/tvheadend/questions.yaml | 13 +++++++++++++ charts/stable/tvheadend/values.yaml | 5 ++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/charts/stable/tvheadend/questions.yaml b/charts/stable/tvheadend/questions.yaml index c840f9de2c1..589a2fe41cc 100644 --- a/charts/stable/tvheadend/questions.yaml +++ b/charts/stable/tvheadend/questions.yaml @@ -11,6 +11,19 @@ questions: # Include{strategy} # Include{recreate} # 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{serviceRoot} - variable: main diff --git a/charts/stable/tvheadend/values.yaml b/charts/stable/tvheadend/values.yaml index df1c3514772..68a81298df3 100644 --- a/charts/stable/tvheadend/values.yaml +++ b/charts/stable/tvheadend/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/tvheadend pullPolicy: IfNotPresent - tag: version-63784405@sha256:55617b2f0e1a9d9cefb853c5d52f3729da88c9662ad18813e688201dbe3aee9a + tag: latest@sha256:794625d1a19163599b5f63efc27123b6f9d34f8694462b14527979fe95af23d6 securityContext: runAsNonRoot: false @@ -12,8 +12,7 @@ podSecurityContext: # See https://github.com/linuxserver/docker-tvheadend#parameters env: - {} - # RUN_OPTS: + RUN_OPTS: "" service: main: