From fbc04806593530e88f608b780a5948538951a7f5 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Sat, 24 Apr 2021 09:27:31 +0500 Subject: [PATCH] Update plex version --- charts/plex/{1.3.0 => 1.3.1}/.helmignore | 0 charts/plex/{1.3.0 => 1.3.1}/CHANGELOG.md | 0 charts/plex/{1.3.0 => 1.3.1}/Chart.lock | 0 charts/plex/{1.3.0 => 1.3.1}/Chart.yaml | 4 ++-- charts/plex/{1.3.0 => 1.3.1}/README.md | 0 charts/plex/{1.3.0 => 1.3.1}/app-readme.md | 0 .../{1.3.0 => 1.3.1}/charts/common-2101.0.0.tgz | Bin charts/plex/{1.3.0 => 1.3.1}/default_values.yaml | 0 charts/plex/{1.3.0 => 1.3.1}/ix_values.yaml | 2 +- .../{1.3.0 => 1.3.1}/migrations/migrate_from_1.0.0 | 0 charts/plex/{1.3.0 => 1.3.1}/questions.yaml | 0 charts/plex/{1.3.0 => 1.3.1}/templates/NOTES.txt | 0 .../plex/{1.3.0 => 1.3.1}/templates/deployment.yaml | 0 .../{1.3.0 => 1.3.1}/templates/probe_config.yaml | 0 .../{1.3.0 => 1.3.1}/templates/service-tcp.yaml | 0 .../{1.3.0 => 1.3.1}/templates/service-udp.yaml | 0 charts/plex/{1.3.0 => 1.3.1}/test_values.yaml | 0 charts/plex/{1.3.0 => 1.3.1}/values.yaml | 0 18 files changed, 3 insertions(+), 3 deletions(-) rename charts/plex/{1.3.0 => 1.3.1}/.helmignore (100%) rename charts/plex/{1.3.0 => 1.3.1}/CHANGELOG.md (100%) rename charts/plex/{1.3.0 => 1.3.1}/Chart.lock (100%) rename charts/plex/{1.3.0 => 1.3.1}/Chart.yaml (91%) rename charts/plex/{1.3.0 => 1.3.1}/README.md (100%) rename charts/plex/{1.3.0 => 1.3.1}/app-readme.md (100%) rename charts/plex/{1.3.0 => 1.3.1}/charts/common-2101.0.0.tgz (100%) rename charts/plex/{1.3.0 => 1.3.1}/default_values.yaml (100%) rename charts/plex/{1.3.0 => 1.3.1}/ix_values.yaml (69%) rename charts/plex/{1.3.0 => 1.3.1}/migrations/migrate_from_1.0.0 (100%) rename charts/plex/{1.3.0 => 1.3.1}/questions.yaml (100%) rename charts/plex/{1.3.0 => 1.3.1}/templates/NOTES.txt (100%) rename charts/plex/{1.3.0 => 1.3.1}/templates/deployment.yaml (100%) rename charts/plex/{1.3.0 => 1.3.1}/templates/probe_config.yaml (100%) rename charts/plex/{1.3.0 => 1.3.1}/templates/service-tcp.yaml (100%) rename charts/plex/{1.3.0 => 1.3.1}/templates/service-udp.yaml (100%) rename charts/plex/{1.3.0 => 1.3.1}/test_values.yaml (100%) rename charts/plex/{1.3.0 => 1.3.1}/values.yaml (100%) diff --git a/charts/plex/1.3.0/.helmignore b/charts/plex/1.3.1/.helmignore similarity index 100% rename from charts/plex/1.3.0/.helmignore rename to charts/plex/1.3.1/.helmignore diff --git a/charts/plex/1.3.0/CHANGELOG.md b/charts/plex/1.3.1/CHANGELOG.md similarity index 100% rename from charts/plex/1.3.0/CHANGELOG.md rename to charts/plex/1.3.1/CHANGELOG.md diff --git a/charts/plex/1.3.0/Chart.lock b/charts/plex/1.3.1/Chart.lock similarity index 100% rename from charts/plex/1.3.0/Chart.lock rename to charts/plex/1.3.1/Chart.lock diff --git a/charts/plex/1.3.0/Chart.yaml b/charts/plex/1.3.1/Chart.yaml similarity index 91% rename from charts/plex/1.3.0/Chart.yaml rename to charts/plex/1.3.1/Chart.yaml index 00dbe37d8b..ebd5d0b04f 100644 --- a/charts/plex/1.3.0/Chart.yaml +++ b/charts/plex/1.3.1/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.22.2.4282 +appVersion: 1.22.3.4392 description: Plex Media Server name: plex -version: 1.3.0 +version: 1.3.1 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/1.3.0/README.md b/charts/plex/1.3.1/README.md similarity index 100% rename from charts/plex/1.3.0/README.md rename to charts/plex/1.3.1/README.md diff --git a/charts/plex/1.3.0/app-readme.md b/charts/plex/1.3.1/app-readme.md similarity index 100% rename from charts/plex/1.3.0/app-readme.md rename to charts/plex/1.3.1/app-readme.md diff --git a/charts/plex/1.3.0/charts/common-2101.0.0.tgz b/charts/plex/1.3.1/charts/common-2101.0.0.tgz similarity index 100% rename from charts/plex/1.3.0/charts/common-2101.0.0.tgz rename to charts/plex/1.3.1/charts/common-2101.0.0.tgz diff --git a/charts/plex/1.3.0/default_values.yaml b/charts/plex/1.3.1/default_values.yaml similarity index 100% rename from charts/plex/1.3.0/default_values.yaml rename to charts/plex/1.3.1/default_values.yaml diff --git a/charts/plex/1.3.0/ix_values.yaml b/charts/plex/1.3.1/ix_values.yaml similarity index 69% rename from charts/plex/1.3.0/ix_values.yaml rename to charts/plex/1.3.1/ix_values.yaml index 8e8eb6ccd8..f4aa3fc746 100644 --- a/charts/plex/1.3.0/ix_values.yaml +++ b/charts/plex/1.3.1/ix_values.yaml @@ -1,4 +1,4 @@ image: repository: plexinc/pms-docker - tag: 1.22.2.4282-a97b03fad + tag: 1.22.3.4392-d7c624def pullPolicy: IfNotPresent diff --git a/charts/plex/1.3.0/migrations/migrate_from_1.0.0 b/charts/plex/1.3.1/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.3.0/migrations/migrate_from_1.0.0 rename to charts/plex/1.3.1/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.3.0/questions.yaml b/charts/plex/1.3.1/questions.yaml similarity index 100% rename from charts/plex/1.3.0/questions.yaml rename to charts/plex/1.3.1/questions.yaml diff --git a/charts/plex/1.3.0/templates/NOTES.txt b/charts/plex/1.3.1/templates/NOTES.txt similarity index 100% rename from charts/plex/1.3.0/templates/NOTES.txt rename to charts/plex/1.3.1/templates/NOTES.txt diff --git a/charts/plex/1.3.0/templates/deployment.yaml b/charts/plex/1.3.1/templates/deployment.yaml similarity index 100% rename from charts/plex/1.3.0/templates/deployment.yaml rename to charts/plex/1.3.1/templates/deployment.yaml diff --git a/charts/plex/1.3.0/templates/probe_config.yaml b/charts/plex/1.3.1/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.3.0/templates/probe_config.yaml rename to charts/plex/1.3.1/templates/probe_config.yaml diff --git a/charts/plex/1.3.0/templates/service-tcp.yaml b/charts/plex/1.3.1/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.3.0/templates/service-tcp.yaml rename to charts/plex/1.3.1/templates/service-tcp.yaml diff --git a/charts/plex/1.3.0/templates/service-udp.yaml b/charts/plex/1.3.1/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.3.0/templates/service-udp.yaml rename to charts/plex/1.3.1/templates/service-udp.yaml diff --git a/charts/plex/1.3.0/test_values.yaml b/charts/plex/1.3.1/test_values.yaml similarity index 100% rename from charts/plex/1.3.0/test_values.yaml rename to charts/plex/1.3.1/test_values.yaml diff --git a/charts/plex/1.3.0/values.yaml b/charts/plex/1.3.1/values.yaml similarity index 100% rename from charts/plex/1.3.0/values.yaml rename to charts/plex/1.3.1/values.yaml