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