Publish new changes in catalog

This commit is contained in:
sonicaj
2024-03-05 09:26:25 +00:00
parent 2f3838b567
commit 9f2fa188e4
21 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 }}