From 20c21b80a56fdf14cc953b5525912fde51fc6c32 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Sun, 6 Jun 2021 15:30:18 +0500 Subject: [PATCH] Update plex docker image version --- charts/plex/{1.5.0 => 1.6.0}/.helmignore | 0 charts/plex/{1.5.0 => 1.6.0}/CHANGELOG.md | 0 charts/plex/{1.5.0 => 1.6.0}/Chart.lock | 0 charts/plex/{1.5.0 => 1.6.0}/Chart.yaml | 4 ++-- charts/plex/{1.5.0 => 1.6.0}/README.md | 0 charts/plex/{1.5.0 => 1.6.0}/app-readme.md | 0 .../{1.5.0 => 1.6.0}/charts/common-2101.0.0.tgz | Bin charts/plex/{1.5.0 => 1.6.0}/default_values.yaml | 0 charts/plex/{1.5.0 => 1.6.0}/ix_values.yaml | 2 +- .../{1.5.0 => 1.6.0}/migrations/migrate_from_1.0.0 | 0 charts/plex/{1.5.0 => 1.6.0}/questions.yaml | 0 charts/plex/{1.5.0 => 1.6.0}/templates/NOTES.txt | 0 .../plex/{1.5.0 => 1.6.0}/templates/deployment.yaml | 0 .../{1.5.0 => 1.6.0}/templates/probe_config.yaml | 0 .../{1.5.0 => 1.6.0}/templates/service-tcp.yaml | 0 .../{1.5.0 => 1.6.0}/templates/service-udp.yaml | 0 charts/plex/{1.5.0 => 1.6.0}/test_values.yaml | 2 +- charts/plex/{1.5.0 => 1.6.0}/values.yaml | 0 18 files changed, 4 insertions(+), 4 deletions(-) rename charts/plex/{1.5.0 => 1.6.0}/.helmignore (100%) rename charts/plex/{1.5.0 => 1.6.0}/CHANGELOG.md (100%) rename charts/plex/{1.5.0 => 1.6.0}/Chart.lock (100%) rename charts/plex/{1.5.0 => 1.6.0}/Chart.yaml (91%) rename charts/plex/{1.5.0 => 1.6.0}/README.md (100%) rename charts/plex/{1.5.0 => 1.6.0}/app-readme.md (100%) rename charts/plex/{1.5.0 => 1.6.0}/charts/common-2101.0.0.tgz (100%) rename charts/plex/{1.5.0 => 1.6.0}/default_values.yaml (100%) rename charts/plex/{1.5.0 => 1.6.0}/ix_values.yaml (69%) rename charts/plex/{1.5.0 => 1.6.0}/migrations/migrate_from_1.0.0 (100%) rename charts/plex/{1.5.0 => 1.6.0}/questions.yaml (100%) rename charts/plex/{1.5.0 => 1.6.0}/templates/NOTES.txt (100%) rename charts/plex/{1.5.0 => 1.6.0}/templates/deployment.yaml (100%) rename charts/plex/{1.5.0 => 1.6.0}/templates/probe_config.yaml (100%) rename charts/plex/{1.5.0 => 1.6.0}/templates/service-tcp.yaml (100%) rename charts/plex/{1.5.0 => 1.6.0}/templates/service-udp.yaml (100%) rename charts/plex/{1.5.0 => 1.6.0}/test_values.yaml (98%) rename charts/plex/{1.5.0 => 1.6.0}/values.yaml (100%) diff --git a/charts/plex/1.5.0/.helmignore b/charts/plex/1.6.0/.helmignore similarity index 100% rename from charts/plex/1.5.0/.helmignore rename to charts/plex/1.6.0/.helmignore diff --git a/charts/plex/1.5.0/CHANGELOG.md b/charts/plex/1.6.0/CHANGELOG.md similarity index 100% rename from charts/plex/1.5.0/CHANGELOG.md rename to charts/plex/1.6.0/CHANGELOG.md diff --git a/charts/plex/1.5.0/Chart.lock b/charts/plex/1.6.0/Chart.lock similarity index 100% rename from charts/plex/1.5.0/Chart.lock rename to charts/plex/1.6.0/Chart.lock diff --git a/charts/plex/1.5.0/Chart.yaml b/charts/plex/1.6.0/Chart.yaml similarity index 91% rename from charts/plex/1.5.0/Chart.yaml rename to charts/plex/1.6.0/Chart.yaml index c40b78cdce..6badcd2834 100644 --- a/charts/plex/1.5.0/Chart.yaml +++ b/charts/plex/1.6.0/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.23.1.4602 +appVersion: 1.23.2.4656 description: Plex Media Server name: plex -version: 1.5.0 +version: 1.6.0 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/1.5.0/README.md b/charts/plex/1.6.0/README.md similarity index 100% rename from charts/plex/1.5.0/README.md rename to charts/plex/1.6.0/README.md diff --git a/charts/plex/1.5.0/app-readme.md b/charts/plex/1.6.0/app-readme.md similarity index 100% rename from charts/plex/1.5.0/app-readme.md rename to charts/plex/1.6.0/app-readme.md diff --git a/charts/plex/1.5.0/charts/common-2101.0.0.tgz b/charts/plex/1.6.0/charts/common-2101.0.0.tgz similarity index 100% rename from charts/plex/1.5.0/charts/common-2101.0.0.tgz rename to charts/plex/1.6.0/charts/common-2101.0.0.tgz diff --git a/charts/plex/1.5.0/default_values.yaml b/charts/plex/1.6.0/default_values.yaml similarity index 100% rename from charts/plex/1.5.0/default_values.yaml rename to charts/plex/1.6.0/default_values.yaml diff --git a/charts/plex/1.5.0/ix_values.yaml b/charts/plex/1.6.0/ix_values.yaml similarity index 69% rename from charts/plex/1.5.0/ix_values.yaml rename to charts/plex/1.6.0/ix_values.yaml index e58ee66adb..0365f36f05 100644 --- a/charts/plex/1.5.0/ix_values.yaml +++ b/charts/plex/1.6.0/ix_values.yaml @@ -1,4 +1,4 @@ image: repository: plexinc/pms-docker - tag: 1.23.1.4602-280ab6053 + tag: 1.23.2.4656-85f0adf5b pullPolicy: IfNotPresent diff --git a/charts/plex/1.5.0/migrations/migrate_from_1.0.0 b/charts/plex/1.6.0/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.5.0/migrations/migrate_from_1.0.0 rename to charts/plex/1.6.0/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.5.0/questions.yaml b/charts/plex/1.6.0/questions.yaml similarity index 100% rename from charts/plex/1.5.0/questions.yaml rename to charts/plex/1.6.0/questions.yaml diff --git a/charts/plex/1.5.0/templates/NOTES.txt b/charts/plex/1.6.0/templates/NOTES.txt similarity index 100% rename from charts/plex/1.5.0/templates/NOTES.txt rename to charts/plex/1.6.0/templates/NOTES.txt diff --git a/charts/plex/1.5.0/templates/deployment.yaml b/charts/plex/1.6.0/templates/deployment.yaml similarity index 100% rename from charts/plex/1.5.0/templates/deployment.yaml rename to charts/plex/1.6.0/templates/deployment.yaml diff --git a/charts/plex/1.5.0/templates/probe_config.yaml b/charts/plex/1.6.0/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.5.0/templates/probe_config.yaml rename to charts/plex/1.6.0/templates/probe_config.yaml diff --git a/charts/plex/1.5.0/templates/service-tcp.yaml b/charts/plex/1.6.0/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.5.0/templates/service-tcp.yaml rename to charts/plex/1.6.0/templates/service-tcp.yaml diff --git a/charts/plex/1.5.0/templates/service-udp.yaml b/charts/plex/1.6.0/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.5.0/templates/service-udp.yaml rename to charts/plex/1.6.0/templates/service-udp.yaml diff --git a/charts/plex/1.5.0/test_values.yaml b/charts/plex/1.6.0/test_values.yaml similarity index 98% rename from charts/plex/1.5.0/test_values.yaml rename to charts/plex/1.6.0/test_values.yaml index def66733eb..6b200b4692 100644 --- a/charts/plex/1.5.0/test_values.yaml +++ b/charts/plex/1.6.0/test_values.yaml @@ -6,7 +6,7 @@ image: repository: plexinc/pms-docker - tag: 1.23.1.4602-280ab6053 + tag: 1.23.2.4656-85f0adf5b pullPolicy: IfNotPresent ##### START --> Official PLEX container environment variables diff --git a/charts/plex/1.5.0/values.yaml b/charts/plex/1.6.0/values.yaml similarity index 100% rename from charts/plex/1.5.0/values.yaml rename to charts/plex/1.6.0/values.yaml