From 995e9ceab354979f6b252a95ad787237e400b4b5 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Thu, 25 Apr 2024 10:03:42 +0000 Subject: [PATCH] Publish new changes in catalog --- charts/plex/{2.0.5 => 2.0.6}/.helmignore | 0 charts/plex/{2.0.5 => 2.0.6}/Chart.lock | 0 charts/plex/{2.0.5 => 2.0.6}/Chart.yaml | 2 +- charts/plex/{2.0.5 => 2.0.6}/README.md | 0 charts/plex/{2.0.5 => 2.0.6}/app-readme.md | 0 .../plex/{2.0.5 => 2.0.6}/charts/common-1.2.9.tgz | Bin charts/plex/{2.0.5 => 2.0.6}/ci/basic-values.yaml | 0 charts/plex/{2.0.5 => 2.0.6}/ci/extra-values.yaml | 0 charts/plex/{2.0.5 => 2.0.6}/ci/hostNet-values.yaml | 0 charts/plex/{2.0.5 => 2.0.6}/ix_values.yaml | 0 charts/plex/{2.0.5 => 2.0.6}/metadata.yaml | 0 charts/plex/{2.0.5 => 2.0.6}/migrations/migrate | 0 charts/plex/{2.0.5 => 2.0.6}/questions.yaml | 0 charts/plex/{2.0.5 => 2.0.6}/templates/NOTES.txt | 0 .../plex/{2.0.5 => 2.0.6}/templates/_migration.tpl | 0 .../{2.0.5 => 2.0.6}/templates/_persistence.tpl | 0 charts/plex/{2.0.5 => 2.0.6}/templates/_plex.tpl | 3 +++ charts/plex/{2.0.5 => 2.0.6}/templates/_portal.tpl | 0 charts/plex/{2.0.5 => 2.0.6}/templates/_service.tpl | 0 charts/plex/{2.0.5 => 2.0.6}/templates/common.yaml | 0 charts/plex/{2.0.5 => 2.0.6}/to_keep_versions.md | 0 21 files changed, 4 insertions(+), 1 deletion(-) rename charts/plex/{2.0.5 => 2.0.6}/.helmignore (100%) rename charts/plex/{2.0.5 => 2.0.6}/Chart.lock (100%) rename charts/plex/{2.0.5 => 2.0.6}/Chart.yaml (97%) rename charts/plex/{2.0.5 => 2.0.6}/README.md (100%) rename charts/plex/{2.0.5 => 2.0.6}/app-readme.md (100%) rename charts/plex/{2.0.5 => 2.0.6}/charts/common-1.2.9.tgz (100%) rename charts/plex/{2.0.5 => 2.0.6}/ci/basic-values.yaml (100%) rename charts/plex/{2.0.5 => 2.0.6}/ci/extra-values.yaml (100%) rename charts/plex/{2.0.5 => 2.0.6}/ci/hostNet-values.yaml (100%) rename charts/plex/{2.0.5 => 2.0.6}/ix_values.yaml (100%) rename charts/plex/{2.0.5 => 2.0.6}/metadata.yaml (100%) rename charts/plex/{2.0.5 => 2.0.6}/migrations/migrate (100%) rename charts/plex/{2.0.5 => 2.0.6}/questions.yaml (100%) rename charts/plex/{2.0.5 => 2.0.6}/templates/NOTES.txt (100%) rename charts/plex/{2.0.5 => 2.0.6}/templates/_migration.tpl (100%) rename charts/plex/{2.0.5 => 2.0.6}/templates/_persistence.tpl (100%) rename charts/plex/{2.0.5 => 2.0.6}/templates/_plex.tpl (94%) rename charts/plex/{2.0.5 => 2.0.6}/templates/_portal.tpl (100%) rename charts/plex/{2.0.5 => 2.0.6}/templates/_service.tpl (100%) rename charts/plex/{2.0.5 => 2.0.6}/templates/common.yaml (100%) rename charts/plex/{2.0.5 => 2.0.6}/to_keep_versions.md (100%) diff --git a/charts/plex/2.0.5/.helmignore b/charts/plex/2.0.6/.helmignore similarity index 100% rename from charts/plex/2.0.5/.helmignore rename to charts/plex/2.0.6/.helmignore diff --git a/charts/plex/2.0.5/Chart.lock b/charts/plex/2.0.6/Chart.lock similarity index 100% rename from charts/plex/2.0.5/Chart.lock rename to charts/plex/2.0.6/Chart.lock diff --git a/charts/plex/2.0.5/Chart.yaml b/charts/plex/2.0.6/Chart.yaml similarity index 97% rename from charts/plex/2.0.5/Chart.yaml rename to charts/plex/2.0.6/Chart.yaml index f0ef694b2a..3acb2c2d6c 100644 --- a/charts/plex/2.0.5/Chart.yaml +++ b/charts/plex/2.0.6/Chart.yaml @@ -4,7 +4,7 @@ description: Plex is a media server that allows you to stream your media to any annotations: title: Plex type: application -version: 2.0.5 +version: 2.0.6 apiVersion: v2 appVersion: 1.40.2.8395 kubeVersion: '>=1.16.0-0' diff --git a/charts/plex/2.0.5/README.md b/charts/plex/2.0.6/README.md similarity index 100% rename from charts/plex/2.0.5/README.md rename to charts/plex/2.0.6/README.md diff --git a/charts/plex/2.0.5/app-readme.md b/charts/plex/2.0.6/app-readme.md similarity index 100% rename from charts/plex/2.0.5/app-readme.md rename to charts/plex/2.0.6/app-readme.md diff --git a/charts/plex/2.0.5/charts/common-1.2.9.tgz b/charts/plex/2.0.6/charts/common-1.2.9.tgz similarity index 100% rename from charts/plex/2.0.5/charts/common-1.2.9.tgz rename to charts/plex/2.0.6/charts/common-1.2.9.tgz diff --git a/charts/plex/2.0.5/ci/basic-values.yaml b/charts/plex/2.0.6/ci/basic-values.yaml similarity index 100% rename from charts/plex/2.0.5/ci/basic-values.yaml rename to charts/plex/2.0.6/ci/basic-values.yaml diff --git a/charts/plex/2.0.5/ci/extra-values.yaml b/charts/plex/2.0.6/ci/extra-values.yaml similarity index 100% rename from charts/plex/2.0.5/ci/extra-values.yaml rename to charts/plex/2.0.6/ci/extra-values.yaml diff --git a/charts/plex/2.0.5/ci/hostNet-values.yaml b/charts/plex/2.0.6/ci/hostNet-values.yaml similarity index 100% rename from charts/plex/2.0.5/ci/hostNet-values.yaml rename to charts/plex/2.0.6/ci/hostNet-values.yaml diff --git a/charts/plex/2.0.5/ix_values.yaml b/charts/plex/2.0.6/ix_values.yaml similarity index 100% rename from charts/plex/2.0.5/ix_values.yaml rename to charts/plex/2.0.6/ix_values.yaml diff --git a/charts/plex/2.0.5/metadata.yaml b/charts/plex/2.0.6/metadata.yaml similarity index 100% rename from charts/plex/2.0.5/metadata.yaml rename to charts/plex/2.0.6/metadata.yaml diff --git a/charts/plex/2.0.5/migrations/migrate b/charts/plex/2.0.6/migrations/migrate similarity index 100% rename from charts/plex/2.0.5/migrations/migrate rename to charts/plex/2.0.6/migrations/migrate diff --git a/charts/plex/2.0.5/questions.yaml b/charts/plex/2.0.6/questions.yaml similarity index 100% rename from charts/plex/2.0.5/questions.yaml rename to charts/plex/2.0.6/questions.yaml diff --git a/charts/plex/2.0.5/templates/NOTES.txt b/charts/plex/2.0.6/templates/NOTES.txt similarity index 100% rename from charts/plex/2.0.5/templates/NOTES.txt rename to charts/plex/2.0.6/templates/NOTES.txt diff --git a/charts/plex/2.0.5/templates/_migration.tpl b/charts/plex/2.0.6/templates/_migration.tpl similarity index 100% rename from charts/plex/2.0.5/templates/_migration.tpl rename to charts/plex/2.0.6/templates/_migration.tpl diff --git a/charts/plex/2.0.5/templates/_persistence.tpl b/charts/plex/2.0.6/templates/_persistence.tpl similarity index 100% rename from charts/plex/2.0.5/templates/_persistence.tpl rename to charts/plex/2.0.6/templates/_persistence.tpl diff --git a/charts/plex/2.0.5/templates/_plex.tpl b/charts/plex/2.0.6/templates/_plex.tpl similarity index 94% rename from charts/plex/2.0.5/templates/_plex.tpl rename to charts/plex/2.0.6/templates/_plex.tpl index fee3fb5733..902dd87159 100644 --- a/charts/plex/2.0.5/templates/_plex.tpl +++ b/charts/plex/2.0.6/templates/_plex.tpl @@ -52,6 +52,9 @@ workload: enabled: true type: tcp port: 32400 + spec: + initialDelaySeconds: 30 + failureThreshold: 180 {{ with .Values.plexGPU }} scaleGPU: diff --git a/charts/plex/2.0.5/templates/_portal.tpl b/charts/plex/2.0.6/templates/_portal.tpl similarity index 100% rename from charts/plex/2.0.5/templates/_portal.tpl rename to charts/plex/2.0.6/templates/_portal.tpl diff --git a/charts/plex/2.0.5/templates/_service.tpl b/charts/plex/2.0.6/templates/_service.tpl similarity index 100% rename from charts/plex/2.0.5/templates/_service.tpl rename to charts/plex/2.0.6/templates/_service.tpl diff --git a/charts/plex/2.0.5/templates/common.yaml b/charts/plex/2.0.6/templates/common.yaml similarity index 100% rename from charts/plex/2.0.5/templates/common.yaml rename to charts/plex/2.0.6/templates/common.yaml diff --git a/charts/plex/2.0.5/to_keep_versions.md b/charts/plex/2.0.6/to_keep_versions.md similarity index 100% rename from charts/plex/2.0.5/to_keep_versions.md rename to charts/plex/2.0.6/to_keep_versions.md