add groups for gpu automatically (#2249)

This commit is contained in:
Stavros Kois
2024-03-05 11:25:02 +02:00
committed by GitHub
parent e22c5cfc68
commit 2f3838b567
2 changed files with 5 additions and 1 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.4
version: 2.0.5
apiVersion: v2
appVersion: 4.8.3.0
kubeVersion: '>=1.16.0-0'

View File

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