From 402e8bfd36379c7eec2550cfecd36a918d6ec857 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Thu, 25 Jan 2024 10:23:24 +0000 Subject: [PATCH] Publish new changes in catalog --- charts/emby/{2.0.0 => 2.0.1}/.helmignore | 0 charts/emby/{2.0.0 => 2.0.1}/Chart.lock | 0 charts/emby/{2.0.0 => 2.0.1}/Chart.yaml | 4 +++- charts/emby/{2.0.0 => 2.0.1}/README.md | 0 charts/emby/{2.0.0 => 2.0.1}/app-readme.md | 0 .../emby/{2.0.0 => 2.0.1}/charts/common-1.2.9.tgz | Bin charts/emby/{2.0.0 => 2.0.1}/ci/basic-values.yaml | 0 charts/emby/{2.0.0 => 2.0.1}/ci/extra-values.yaml | 0 charts/emby/{2.0.0 => 2.0.1}/ci/hostNet-values.yaml | 0 charts/emby/{2.0.0 => 2.0.1}/ix_values.yaml | 0 charts/emby/{2.0.0 => 2.0.1}/metadata.yaml | 0 charts/emby/{2.0.0 => 2.0.1}/migrations/migrate | 3 ++- charts/emby/{2.0.0 => 2.0.1}/questions.yaml | 0 charts/emby/{2.0.0 => 2.0.1}/templates/NOTES.txt | 0 charts/emby/{2.0.0 => 2.0.1}/templates/_emby.tpl | 0 .../emby/{2.0.0 => 2.0.1}/templates/_migration.tpl | 0 .../{2.0.0 => 2.0.1}/templates/_persistance.tpl | 0 charts/emby/{2.0.0 => 2.0.1}/templates/_portal.tpl | 0 charts/emby/{2.0.0 => 2.0.1}/templates/_service.tpl | 2 ++ charts/emby/{2.0.0 => 2.0.1}/templates/common.yaml | 0 charts/emby/{2.0.0 => 2.0.1}/to_keep_versions.md | 0 21 files changed, 7 insertions(+), 2 deletions(-) rename charts/emby/{2.0.0 => 2.0.1}/.helmignore (100%) rename charts/emby/{2.0.0 => 2.0.1}/Chart.lock (100%) rename charts/emby/{2.0.0 => 2.0.1}/Chart.yaml (85%) rename charts/emby/{2.0.0 => 2.0.1}/README.md (100%) rename charts/emby/{2.0.0 => 2.0.1}/app-readme.md (100%) rename charts/emby/{2.0.0 => 2.0.1}/charts/common-1.2.9.tgz (100%) rename charts/emby/{2.0.0 => 2.0.1}/ci/basic-values.yaml (100%) rename charts/emby/{2.0.0 => 2.0.1}/ci/extra-values.yaml (100%) rename charts/emby/{2.0.0 => 2.0.1}/ci/hostNet-values.yaml (100%) rename charts/emby/{2.0.0 => 2.0.1}/ix_values.yaml (100%) rename charts/emby/{2.0.0 => 2.0.1}/metadata.yaml (100%) rename charts/emby/{2.0.0 => 2.0.1}/migrations/migrate (95%) rename charts/emby/{2.0.0 => 2.0.1}/questions.yaml (100%) rename charts/emby/{2.0.0 => 2.0.1}/templates/NOTES.txt (100%) rename charts/emby/{2.0.0 => 2.0.1}/templates/_emby.tpl (100%) rename charts/emby/{2.0.0 => 2.0.1}/templates/_migration.tpl (100%) rename charts/emby/{2.0.0 => 2.0.1}/templates/_persistance.tpl (100%) rename charts/emby/{2.0.0 => 2.0.1}/templates/_portal.tpl (100%) rename charts/emby/{2.0.0 => 2.0.1}/templates/_service.tpl (95%) rename charts/emby/{2.0.0 => 2.0.1}/templates/common.yaml (100%) rename charts/emby/{2.0.0 => 2.0.1}/to_keep_versions.md (100%) diff --git a/charts/emby/2.0.0/.helmignore b/charts/emby/2.0.1/.helmignore similarity index 100% rename from charts/emby/2.0.0/.helmignore rename to charts/emby/2.0.1/.helmignore diff --git a/charts/emby/2.0.0/Chart.lock b/charts/emby/2.0.1/Chart.lock similarity index 100% rename from charts/emby/2.0.0/Chart.lock rename to charts/emby/2.0.1/Chart.lock diff --git a/charts/emby/2.0.0/Chart.yaml b/charts/emby/2.0.1/Chart.yaml similarity index 85% rename from charts/emby/2.0.0/Chart.yaml rename to charts/emby/2.0.1/Chart.yaml index afef4294b8..7030c64135 100644 --- a/charts/emby/2.0.0/Chart.yaml +++ b/charts/emby/2.0.1/Chart.yaml @@ -3,7 +3,7 @@ description: Emby is designed to help you manage your personal media library, su annotations: title: Emby Server type: application -version: 2.0.0 +version: 2.0.1 apiVersion: v2 appVersion: 4.7.14.0 kubeVersion: '>=1.16.0-0' @@ -18,7 +18,9 @@ dependencies: home: https://emby.media/ icon: https://media.sys.truenas.net/apps/emby/icons/icon.png sources: + - https://emby.media/ - https://hub.docker.com/r/emby/embyserver + - https://github.com/truenas/charts/tree/master/charts/emby keywords: - emby - media diff --git a/charts/emby/2.0.0/README.md b/charts/emby/2.0.1/README.md similarity index 100% rename from charts/emby/2.0.0/README.md rename to charts/emby/2.0.1/README.md diff --git a/charts/emby/2.0.0/app-readme.md b/charts/emby/2.0.1/app-readme.md similarity index 100% rename from charts/emby/2.0.0/app-readme.md rename to charts/emby/2.0.1/app-readme.md diff --git a/charts/emby/2.0.0/charts/common-1.2.9.tgz b/charts/emby/2.0.1/charts/common-1.2.9.tgz similarity index 100% rename from charts/emby/2.0.0/charts/common-1.2.9.tgz rename to charts/emby/2.0.1/charts/common-1.2.9.tgz diff --git a/charts/emby/2.0.0/ci/basic-values.yaml b/charts/emby/2.0.1/ci/basic-values.yaml similarity index 100% rename from charts/emby/2.0.0/ci/basic-values.yaml rename to charts/emby/2.0.1/ci/basic-values.yaml diff --git a/charts/emby/2.0.0/ci/extra-values.yaml b/charts/emby/2.0.1/ci/extra-values.yaml similarity index 100% rename from charts/emby/2.0.0/ci/extra-values.yaml rename to charts/emby/2.0.1/ci/extra-values.yaml diff --git a/charts/emby/2.0.0/ci/hostNet-values.yaml b/charts/emby/2.0.1/ci/hostNet-values.yaml similarity index 100% rename from charts/emby/2.0.0/ci/hostNet-values.yaml rename to charts/emby/2.0.1/ci/hostNet-values.yaml diff --git a/charts/emby/2.0.0/ix_values.yaml b/charts/emby/2.0.1/ix_values.yaml similarity index 100% rename from charts/emby/2.0.0/ix_values.yaml rename to charts/emby/2.0.1/ix_values.yaml diff --git a/charts/emby/2.0.0/metadata.yaml b/charts/emby/2.0.1/metadata.yaml similarity index 100% rename from charts/emby/2.0.0/metadata.yaml rename to charts/emby/2.0.1/metadata.yaml diff --git a/charts/emby/2.0.0/migrations/migrate b/charts/emby/2.0.1/migrations/migrate similarity index 95% rename from charts/emby/2.0.0/migrations/migrate rename to charts/emby/2.0.1/migrations/migrate index 9b0d6843d7..4377c6ea51 100755 --- a/charts/emby/2.0.0/migrations/migrate +++ b/charts/emby/2.0.1/migrations/migrate @@ -25,7 +25,7 @@ def migrate_common_lib(values): values.update({ # Migrate Network 'embyNetwork': { - 'webPort': values['embyServerHttp'], + 'webPort': values['embyServerHttp']['port'], 'hostNetwork': values['hostNetwork'], }, # Migrate Resources @@ -58,6 +58,7 @@ def migrate_common_lib(values): for e in values.get('extraAppVolumeMounts', []) ], }, + 'embyGPU': values.get('gpuConfiguration', {}), }) for k in delete_keys: diff --git a/charts/emby/2.0.0/questions.yaml b/charts/emby/2.0.1/questions.yaml similarity index 100% rename from charts/emby/2.0.0/questions.yaml rename to charts/emby/2.0.1/questions.yaml diff --git a/charts/emby/2.0.0/templates/NOTES.txt b/charts/emby/2.0.1/templates/NOTES.txt similarity index 100% rename from charts/emby/2.0.0/templates/NOTES.txt rename to charts/emby/2.0.1/templates/NOTES.txt diff --git a/charts/emby/2.0.0/templates/_emby.tpl b/charts/emby/2.0.1/templates/_emby.tpl similarity index 100% rename from charts/emby/2.0.0/templates/_emby.tpl rename to charts/emby/2.0.1/templates/_emby.tpl diff --git a/charts/emby/2.0.0/templates/_migration.tpl b/charts/emby/2.0.1/templates/_migration.tpl similarity index 100% rename from charts/emby/2.0.0/templates/_migration.tpl rename to charts/emby/2.0.1/templates/_migration.tpl diff --git a/charts/emby/2.0.0/templates/_persistance.tpl b/charts/emby/2.0.1/templates/_persistance.tpl similarity index 100% rename from charts/emby/2.0.0/templates/_persistance.tpl rename to charts/emby/2.0.1/templates/_persistance.tpl diff --git a/charts/emby/2.0.0/templates/_portal.tpl b/charts/emby/2.0.1/templates/_portal.tpl similarity index 100% rename from charts/emby/2.0.0/templates/_portal.tpl rename to charts/emby/2.0.1/templates/_portal.tpl diff --git a/charts/emby/2.0.0/templates/_service.tpl b/charts/emby/2.0.1/templates/_service.tpl similarity index 95% rename from charts/emby/2.0.0/templates/_service.tpl rename to charts/emby/2.0.1/templates/_service.tpl index f6972e0f43..e814dc91aa 100644 --- a/charts/emby/2.0.0/templates/_service.tpl +++ b/charts/emby/2.0.1/templates/_service.tpl @@ -26,10 +26,12 @@ service: primary: true port: 1900 targetPort: 1900 + protocol: udp targetSelector: emby local-discovery: enabled: true port: 7359 targetPort: 7359 + protocol: udp targetSelector: emby {{- end -}} diff --git a/charts/emby/2.0.0/templates/common.yaml b/charts/emby/2.0.1/templates/common.yaml similarity index 100% rename from charts/emby/2.0.0/templates/common.yaml rename to charts/emby/2.0.1/templates/common.yaml diff --git a/charts/emby/2.0.0/to_keep_versions.md b/charts/emby/2.0.1/to_keep_versions.md similarity index 100% rename from charts/emby/2.0.0/to_keep_versions.md rename to charts/emby/2.0.1/to_keep_versions.md