emby - fix gpu conditional check (#2258)

This commit is contained in:
Stavros Kois
2024-03-06 11:21:23 +02:00
committed by GitHub
parent bc2be7b70e
commit 2cfe55097d
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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 }}