From 9f2fa188e430e8106b9367cf02bd7b0953e76221 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Tue, 5 Mar 2024 09:26:25 +0000 Subject: [PATCH] Publish new changes in catalog --- charts/emby/{2.0.4 => 2.0.5}/.helmignore | 0 charts/emby/{2.0.4 => 2.0.5}/Chart.lock | 0 charts/emby/{2.0.4 => 2.0.5}/Chart.yaml | 2 +- charts/emby/{2.0.4 => 2.0.5}/README.md | 0 charts/emby/{2.0.4 => 2.0.5}/app-readme.md | 0 .../emby/{2.0.4 => 2.0.5}/charts/common-1.2.9.tgz | Bin charts/emby/{2.0.4 => 2.0.5}/ci/basic-values.yaml | 0 charts/emby/{2.0.4 => 2.0.5}/ci/extra-values.yaml | 0 charts/emby/{2.0.4 => 2.0.5}/ci/hostNet-values.yaml | 0 charts/emby/{2.0.4 => 2.0.5}/ix_values.yaml | 0 charts/emby/{2.0.4 => 2.0.5}/metadata.yaml | 0 charts/emby/{2.0.4 => 2.0.5}/migrations/migrate | 0 charts/emby/{2.0.4 => 2.0.5}/questions.yaml | 0 charts/emby/{2.0.4 => 2.0.5}/templates/NOTES.txt | 0 charts/emby/{2.0.4 => 2.0.5}/templates/_emby.tpl | 4 ++++ .../emby/{2.0.4 => 2.0.5}/templates/_migration.tpl | 0 .../{2.0.4 => 2.0.5}/templates/_persistance.tpl | 0 charts/emby/{2.0.4 => 2.0.5}/templates/_portal.tpl | 0 charts/emby/{2.0.4 => 2.0.5}/templates/_service.tpl | 0 charts/emby/{2.0.4 => 2.0.5}/templates/common.yaml | 0 charts/emby/{2.0.4 => 2.0.5}/to_keep_versions.md | 0 21 files changed, 5 insertions(+), 1 deletion(-) rename charts/emby/{2.0.4 => 2.0.5}/.helmignore (100%) rename charts/emby/{2.0.4 => 2.0.5}/Chart.lock (100%) rename charts/emby/{2.0.4 => 2.0.5}/Chart.yaml (97%) rename charts/emby/{2.0.4 => 2.0.5}/README.md (100%) rename charts/emby/{2.0.4 => 2.0.5}/app-readme.md (100%) rename charts/emby/{2.0.4 => 2.0.5}/charts/common-1.2.9.tgz (100%) rename charts/emby/{2.0.4 => 2.0.5}/ci/basic-values.yaml (100%) rename charts/emby/{2.0.4 => 2.0.5}/ci/extra-values.yaml (100%) rename charts/emby/{2.0.4 => 2.0.5}/ci/hostNet-values.yaml (100%) rename charts/emby/{2.0.4 => 2.0.5}/ix_values.yaml (100%) rename charts/emby/{2.0.4 => 2.0.5}/metadata.yaml (100%) rename charts/emby/{2.0.4 => 2.0.5}/migrations/migrate (100%) rename charts/emby/{2.0.4 => 2.0.5}/questions.yaml (100%) rename charts/emby/{2.0.4 => 2.0.5}/templates/NOTES.txt (100%) rename charts/emby/{2.0.4 => 2.0.5}/templates/_emby.tpl (94%) rename charts/emby/{2.0.4 => 2.0.5}/templates/_migration.tpl (100%) rename charts/emby/{2.0.4 => 2.0.5}/templates/_persistance.tpl (100%) rename charts/emby/{2.0.4 => 2.0.5}/templates/_portal.tpl (100%) rename charts/emby/{2.0.4 => 2.0.5}/templates/_service.tpl (100%) rename charts/emby/{2.0.4 => 2.0.5}/templates/common.yaml (100%) rename charts/emby/{2.0.4 => 2.0.5}/to_keep_versions.md (100%) diff --git a/charts/emby/2.0.4/.helmignore b/charts/emby/2.0.5/.helmignore similarity index 100% rename from charts/emby/2.0.4/.helmignore rename to charts/emby/2.0.5/.helmignore diff --git a/charts/emby/2.0.4/Chart.lock b/charts/emby/2.0.5/Chart.lock similarity index 100% rename from charts/emby/2.0.4/Chart.lock rename to charts/emby/2.0.5/Chart.lock diff --git a/charts/emby/2.0.4/Chart.yaml b/charts/emby/2.0.5/Chart.yaml similarity index 97% rename from charts/emby/2.0.4/Chart.yaml rename to charts/emby/2.0.5/Chart.yaml index a150ba116c..f4a10d6a97 100644 --- a/charts/emby/2.0.4/Chart.yaml +++ b/charts/emby/2.0.5/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.4 +version: 2.0.5 apiVersion: v2 appVersion: 4.8.3.0 kubeVersion: '>=1.16.0-0' diff --git a/charts/emby/2.0.4/README.md b/charts/emby/2.0.5/README.md similarity index 100% rename from charts/emby/2.0.4/README.md rename to charts/emby/2.0.5/README.md diff --git a/charts/emby/2.0.4/app-readme.md b/charts/emby/2.0.5/app-readme.md similarity index 100% rename from charts/emby/2.0.4/app-readme.md rename to charts/emby/2.0.5/app-readme.md diff --git a/charts/emby/2.0.4/charts/common-1.2.9.tgz b/charts/emby/2.0.5/charts/common-1.2.9.tgz similarity index 100% rename from charts/emby/2.0.4/charts/common-1.2.9.tgz rename to charts/emby/2.0.5/charts/common-1.2.9.tgz diff --git a/charts/emby/2.0.4/ci/basic-values.yaml b/charts/emby/2.0.5/ci/basic-values.yaml similarity index 100% rename from charts/emby/2.0.4/ci/basic-values.yaml rename to charts/emby/2.0.5/ci/basic-values.yaml diff --git a/charts/emby/2.0.4/ci/extra-values.yaml b/charts/emby/2.0.5/ci/extra-values.yaml similarity index 100% rename from charts/emby/2.0.4/ci/extra-values.yaml rename to charts/emby/2.0.5/ci/extra-values.yaml diff --git a/charts/emby/2.0.4/ci/hostNet-values.yaml b/charts/emby/2.0.5/ci/hostNet-values.yaml similarity index 100% rename from charts/emby/2.0.4/ci/hostNet-values.yaml rename to charts/emby/2.0.5/ci/hostNet-values.yaml diff --git a/charts/emby/2.0.4/ix_values.yaml b/charts/emby/2.0.5/ix_values.yaml similarity index 100% rename from charts/emby/2.0.4/ix_values.yaml rename to charts/emby/2.0.5/ix_values.yaml diff --git a/charts/emby/2.0.4/metadata.yaml b/charts/emby/2.0.5/metadata.yaml similarity index 100% rename from charts/emby/2.0.4/metadata.yaml rename to charts/emby/2.0.5/metadata.yaml diff --git a/charts/emby/2.0.4/migrations/migrate b/charts/emby/2.0.5/migrations/migrate similarity index 100% rename from charts/emby/2.0.4/migrations/migrate rename to charts/emby/2.0.5/migrations/migrate diff --git a/charts/emby/2.0.4/questions.yaml b/charts/emby/2.0.5/questions.yaml similarity index 100% rename from charts/emby/2.0.4/questions.yaml rename to charts/emby/2.0.5/questions.yaml diff --git a/charts/emby/2.0.4/templates/NOTES.txt b/charts/emby/2.0.5/templates/NOTES.txt similarity index 100% rename from charts/emby/2.0.4/templates/NOTES.txt rename to charts/emby/2.0.5/templates/NOTES.txt diff --git a/charts/emby/2.0.4/templates/_emby.tpl b/charts/emby/2.0.5/templates/_emby.tpl similarity index 94% rename from charts/emby/2.0.4/templates/_emby.tpl rename to charts/emby/2.0.5/templates/_emby.tpl index 96a37f9800..c15ab9b5d5 100644 --- a/charts/emby/2.0.4/templates/_emby.tpl +++ b/charts/emby/2.0.5/templates/_emby.tpl @@ -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 }} diff --git a/charts/emby/2.0.4/templates/_migration.tpl b/charts/emby/2.0.5/templates/_migration.tpl similarity index 100% rename from charts/emby/2.0.4/templates/_migration.tpl rename to charts/emby/2.0.5/templates/_migration.tpl diff --git a/charts/emby/2.0.4/templates/_persistance.tpl b/charts/emby/2.0.5/templates/_persistance.tpl similarity index 100% rename from charts/emby/2.0.4/templates/_persistance.tpl rename to charts/emby/2.0.5/templates/_persistance.tpl diff --git a/charts/emby/2.0.4/templates/_portal.tpl b/charts/emby/2.0.5/templates/_portal.tpl similarity index 100% rename from charts/emby/2.0.4/templates/_portal.tpl rename to charts/emby/2.0.5/templates/_portal.tpl diff --git a/charts/emby/2.0.4/templates/_service.tpl b/charts/emby/2.0.5/templates/_service.tpl similarity index 100% rename from charts/emby/2.0.4/templates/_service.tpl rename to charts/emby/2.0.5/templates/_service.tpl diff --git a/charts/emby/2.0.4/templates/common.yaml b/charts/emby/2.0.5/templates/common.yaml similarity index 100% rename from charts/emby/2.0.4/templates/common.yaml rename to charts/emby/2.0.5/templates/common.yaml diff --git a/charts/emby/2.0.4/to_keep_versions.md b/charts/emby/2.0.5/to_keep_versions.md similarity index 100% rename from charts/emby/2.0.4/to_keep_versions.md rename to charts/emby/2.0.5/to_keep_versions.md