diff --git a/charts/plex/1.6.21/.helmignore b/charts/plex/1.6.22/.helmignore similarity index 100% rename from charts/plex/1.6.21/.helmignore rename to charts/plex/1.6.22/.helmignore diff --git a/charts/plex/1.6.21/Chart.lock b/charts/plex/1.6.22/Chart.lock similarity index 100% rename from charts/plex/1.6.21/Chart.lock rename to charts/plex/1.6.22/Chart.lock diff --git a/charts/plex/1.6.21/Chart.yaml b/charts/plex/1.6.22/Chart.yaml similarity index 91% rename from charts/plex/1.6.21/Chart.yaml rename to charts/plex/1.6.22/Chart.yaml index 797b96870a..218eec042a 100644 --- a/charts/plex/1.6.21/Chart.yaml +++ b/charts/plex/1.6.22/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.25.4.5487 +appVersion: 1.25.5.5492 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -14,4 +14,4 @@ sources: - https://hub.docker.com/r/plexinc/pms-docker/ - https://github.com/k8s-at-home/charts/tree/master/charts/plex upstream_version: 2.1.0 -version: 1.6.21 +version: 1.6.22 diff --git a/charts/plex/1.6.21/README.md b/charts/plex/1.6.22/README.md similarity index 100% rename from charts/plex/1.6.21/README.md rename to charts/plex/1.6.22/README.md diff --git a/charts/plex/1.6.21/app-readme.md b/charts/plex/1.6.22/app-readme.md similarity index 100% rename from charts/plex/1.6.21/app-readme.md rename to charts/plex/1.6.22/app-readme.md diff --git a/charts/plex/1.6.21/charts/common-2112.0.0.tgz b/charts/plex/1.6.22/charts/common-2112.0.0.tgz similarity index 100% rename from charts/plex/1.6.21/charts/common-2112.0.0.tgz rename to charts/plex/1.6.22/charts/common-2112.0.0.tgz diff --git a/charts/plex/1.6.21/default_values.yaml b/charts/plex/1.6.22/default_values.yaml similarity index 100% rename from charts/plex/1.6.21/default_values.yaml rename to charts/plex/1.6.22/default_values.yaml diff --git a/test/plex/1.6.21/ix_values.yaml b/charts/plex/1.6.22/ix_values.yaml similarity index 84% rename from test/plex/1.6.21/ix_values.yaml rename to charts/plex/1.6.22/ix_values.yaml index 03f86785eb..d5497b57c7 100644 --- a/test/plex/1.6.21/ix_values.yaml +++ b/charts/plex/1.6.22/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.25.4.5487-648a8f9f9 + tag: 1.25.5.5492-12f6b8c83 plexpassImage: pullPolicy: IfNotPresent repository: plexinc/pms-docker diff --git a/charts/plex/1.6.21/migrations/migrate_from_1.0.0 b/charts/plex/1.6.22/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.6.21/migrations/migrate_from_1.0.0 rename to charts/plex/1.6.22/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.6.21/questions.yaml b/charts/plex/1.6.22/questions.yaml similarity index 100% rename from charts/plex/1.6.21/questions.yaml rename to charts/plex/1.6.22/questions.yaml diff --git a/charts/plex/1.6.21/templates/NOTES.txt b/charts/plex/1.6.22/templates/NOTES.txt similarity index 100% rename from charts/plex/1.6.21/templates/NOTES.txt rename to charts/plex/1.6.22/templates/NOTES.txt diff --git a/charts/plex/1.6.21/templates/deployment.yaml b/charts/plex/1.6.22/templates/deployment.yaml similarity index 100% rename from charts/plex/1.6.21/templates/deployment.yaml rename to charts/plex/1.6.22/templates/deployment.yaml diff --git a/charts/plex/1.6.21/templates/probe_config.yaml b/charts/plex/1.6.22/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.6.21/templates/probe_config.yaml rename to charts/plex/1.6.22/templates/probe_config.yaml diff --git a/charts/plex/1.6.21/templates/service-tcp.yaml b/charts/plex/1.6.22/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.6.21/templates/service-tcp.yaml rename to charts/plex/1.6.22/templates/service-tcp.yaml diff --git a/charts/plex/1.6.21/templates/service-udp.yaml b/charts/plex/1.6.22/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.6.21/templates/service-udp.yaml rename to charts/plex/1.6.22/templates/service-udp.yaml diff --git a/test/plex/1.6.21/test_values.yaml b/charts/plex/1.6.22/test_values.yaml similarity index 96% rename from test/plex/1.6.21/test_values.yaml rename to charts/plex/1.6.22/test_values.yaml index 4844132a8e..0856fc6260 100644 --- a/test/plex/1.6.21/test_values.yaml +++ b/charts/plex/1.6.22/test_values.yaml @@ -29,7 +29,7 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.25.4.5487-648a8f9f9 + tag: 1.25.5.5492-12f6b8c83 plexServiceTCP: port: 32400 timezone: Etc/UTC diff --git a/charts/plex/1.6.21/values.yaml b/charts/plex/1.6.22/values.yaml similarity index 100% rename from charts/plex/1.6.21/values.yaml rename to charts/plex/1.6.22/values.yaml diff --git a/test/plex/1.6.21/.helmignore b/test/plex/1.6.22/.helmignore similarity index 100% rename from test/plex/1.6.21/.helmignore rename to test/plex/1.6.22/.helmignore diff --git a/test/plex/1.6.21/Chart.lock b/test/plex/1.6.22/Chart.lock similarity index 100% rename from test/plex/1.6.21/Chart.lock rename to test/plex/1.6.22/Chart.lock diff --git a/test/plex/1.6.21/Chart.yaml b/test/plex/1.6.22/Chart.yaml similarity index 91% rename from test/plex/1.6.21/Chart.yaml rename to test/plex/1.6.22/Chart.yaml index 797b96870a..218eec042a 100644 --- a/test/plex/1.6.21/Chart.yaml +++ b/test/plex/1.6.22/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.25.4.5487 +appVersion: 1.25.5.5492 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -14,4 +14,4 @@ sources: - https://hub.docker.com/r/plexinc/pms-docker/ - https://github.com/k8s-at-home/charts/tree/master/charts/plex upstream_version: 2.1.0 -version: 1.6.21 +version: 1.6.22 diff --git a/test/plex/1.6.21/README.md b/test/plex/1.6.22/README.md similarity index 100% rename from test/plex/1.6.21/README.md rename to test/plex/1.6.22/README.md diff --git a/test/plex/1.6.21/app-readme.md b/test/plex/1.6.22/app-readme.md similarity index 100% rename from test/plex/1.6.21/app-readme.md rename to test/plex/1.6.22/app-readme.md diff --git a/test/plex/1.6.21/charts/common-2112.0.0.tgz b/test/plex/1.6.22/charts/common-2112.0.0.tgz similarity index 100% rename from test/plex/1.6.21/charts/common-2112.0.0.tgz rename to test/plex/1.6.22/charts/common-2112.0.0.tgz diff --git a/test/plex/1.6.21/default_values.yaml b/test/plex/1.6.22/default_values.yaml similarity index 100% rename from test/plex/1.6.21/default_values.yaml rename to test/plex/1.6.22/default_values.yaml diff --git a/charts/plex/1.6.21/ix_values.yaml b/test/plex/1.6.22/ix_values.yaml similarity index 84% rename from charts/plex/1.6.21/ix_values.yaml rename to test/plex/1.6.22/ix_values.yaml index 03f86785eb..d5497b57c7 100644 --- a/charts/plex/1.6.21/ix_values.yaml +++ b/test/plex/1.6.22/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.25.4.5487-648a8f9f9 + tag: 1.25.5.5492-12f6b8c83 plexpassImage: pullPolicy: IfNotPresent repository: plexinc/pms-docker diff --git a/test/plex/1.6.21/migrations/migrate_from_1.0.0 b/test/plex/1.6.22/migrations/migrate_from_1.0.0 similarity index 100% rename from test/plex/1.6.21/migrations/migrate_from_1.0.0 rename to test/plex/1.6.22/migrations/migrate_from_1.0.0 diff --git a/test/plex/1.6.21/questions.yaml b/test/plex/1.6.22/questions.yaml similarity index 100% rename from test/plex/1.6.21/questions.yaml rename to test/plex/1.6.22/questions.yaml diff --git a/test/plex/1.6.21/templates/NOTES.txt b/test/plex/1.6.22/templates/NOTES.txt similarity index 100% rename from test/plex/1.6.21/templates/NOTES.txt rename to test/plex/1.6.22/templates/NOTES.txt diff --git a/test/plex/1.6.21/templates/deployment.yaml b/test/plex/1.6.22/templates/deployment.yaml similarity index 100% rename from test/plex/1.6.21/templates/deployment.yaml rename to test/plex/1.6.22/templates/deployment.yaml diff --git a/test/plex/1.6.21/templates/probe_config.yaml b/test/plex/1.6.22/templates/probe_config.yaml similarity index 100% rename from test/plex/1.6.21/templates/probe_config.yaml rename to test/plex/1.6.22/templates/probe_config.yaml diff --git a/test/plex/1.6.21/templates/service-tcp.yaml b/test/plex/1.6.22/templates/service-tcp.yaml similarity index 100% rename from test/plex/1.6.21/templates/service-tcp.yaml rename to test/plex/1.6.22/templates/service-tcp.yaml diff --git a/test/plex/1.6.21/templates/service-udp.yaml b/test/plex/1.6.22/templates/service-udp.yaml similarity index 100% rename from test/plex/1.6.21/templates/service-udp.yaml rename to test/plex/1.6.22/templates/service-udp.yaml diff --git a/charts/plex/1.6.21/test_values.yaml b/test/plex/1.6.22/test_values.yaml similarity index 96% rename from charts/plex/1.6.21/test_values.yaml rename to test/plex/1.6.22/test_values.yaml index 4844132a8e..0856fc6260 100644 --- a/charts/plex/1.6.21/test_values.yaml +++ b/test/plex/1.6.22/test_values.yaml @@ -29,7 +29,7 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.25.4.5487-648a8f9f9 + tag: 1.25.5.5492-12f6b8c83 plexServiceTCP: port: 32400 timezone: Etc/UTC diff --git a/test/plex/1.6.21/values.yaml b/test/plex/1.6.22/values.yaml similarity index 100% rename from test/plex/1.6.21/values.yaml rename to test/plex/1.6.22/values.yaml