Explorar o código

emby - fix gpu conditional check (#2258)

Stavros Kois hai 1 ano
pai
achega
2cfe55097d

+ 1 - 1
library/ix-dev/charts/emby/Chart.yaml

@@ -4,7 +4,7 @@ description: Emby is designed to help you manage your personal media library, su
 annotations:
   title: Emby Server
 type: application
-version: 2.0.5
+version: 2.0.6
 apiVersion: v2
 appVersion: 4.8.3.0
 kubeVersion: '>=1.16.0-0'

+ 1 - 1
library/ix-dev/charts/emby/templates/_emby.tpl

@@ -27,11 +27,11 @@ workload:
                 - SETUID
           fixedEnv:
             PUID: {{ .Values.embyID.user }}
-          {{ with .Values.embyConfig.additionalEnvs }}
           {{ if .Values.embyGPU }}
           env:
             GIDLIST: 44,107
           {{ end }}
+          {{ with .Values.embyConfig.additionalEnvs }}
           envList:
             {{ range $env := . }}
             - name: {{ $env.name }}