From 2be60b45b753c83515800dec5683baeadb6d0373 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 27 Dec 2021 22:12:46 +0500 Subject: [PATCH] Bump plex app version --- test/plex/{1.6.15 => 1.6.16}/.helmignore | 0 test/plex/{1.6.15 => 1.6.16}/Chart.lock | 0 test/plex/{1.6.15 => 1.6.16}/Chart.yaml | 2 +- test/plex/{1.6.15 => 1.6.16}/README.md | 0 test/plex/{1.6.15 => 1.6.16}/app-readme.md | 0 .../{1.6.15 => 1.6.16}/charts/common-2112.0.0.tgz | Bin test/plex/{1.6.15 => 1.6.16}/default_values.yaml | 0 test/plex/{1.6.15 => 1.6.16}/ix_values.yaml | 0 .../migrations/migrate_from_1.0.0 | 0 test/plex/{1.6.15 => 1.6.16}/questions.yaml | 0 test/plex/{1.6.15 => 1.6.16}/templates/NOTES.txt | 0 .../{1.6.15 => 1.6.16}/templates/deployment.yaml | 0 .../{1.6.15 => 1.6.16}/templates/probe_config.yaml | 0 .../{1.6.15 => 1.6.16}/templates/service-tcp.yaml | 0 .../{1.6.15 => 1.6.16}/templates/service-udp.yaml | 0 test/plex/{1.6.15 => 1.6.16}/test_values.yaml | 0 test/plex/{1.6.15 => 1.6.16}/values.yaml | 0 17 files changed, 1 insertion(+), 1 deletion(-) rename test/plex/{1.6.15 => 1.6.16}/.helmignore (100%) rename test/plex/{1.6.15 => 1.6.16}/Chart.lock (100%) rename test/plex/{1.6.15 => 1.6.16}/Chart.yaml (96%) rename test/plex/{1.6.15 => 1.6.16}/README.md (100%) rename test/plex/{1.6.15 => 1.6.16}/app-readme.md (100%) rename test/plex/{1.6.15 => 1.6.16}/charts/common-2112.0.0.tgz (100%) rename test/plex/{1.6.15 => 1.6.16}/default_values.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/ix_values.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/migrations/migrate_from_1.0.0 (100%) rename test/plex/{1.6.15 => 1.6.16}/questions.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/templates/NOTES.txt (100%) rename test/plex/{1.6.15 => 1.6.16}/templates/deployment.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/templates/probe_config.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/templates/service-tcp.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/templates/service-udp.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/test_values.yaml (100%) rename test/plex/{1.6.15 => 1.6.16}/values.yaml (100%) diff --git a/test/plex/1.6.15/.helmignore b/test/plex/1.6.16/.helmignore similarity index 100% rename from test/plex/1.6.15/.helmignore rename to test/plex/1.6.16/.helmignore diff --git a/test/plex/1.6.15/Chart.lock b/test/plex/1.6.16/Chart.lock similarity index 100% rename from test/plex/1.6.15/Chart.lock rename to test/plex/1.6.16/Chart.lock diff --git a/test/plex/1.6.15/Chart.yaml b/test/plex/1.6.16/Chart.yaml similarity index 96% rename from test/plex/1.6.15/Chart.yaml rename to test/plex/1.6.16/Chart.yaml index a824aecc1e..c7fb0a5c6e 100644 --- a/test/plex/1.6.15/Chart.yaml +++ b/test/plex/1.6.16/Chart.yaml @@ -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.15 +version: 1.6.16 diff --git a/test/plex/1.6.15/README.md b/test/plex/1.6.16/README.md similarity index 100% rename from test/plex/1.6.15/README.md rename to test/plex/1.6.16/README.md diff --git a/test/plex/1.6.15/app-readme.md b/test/plex/1.6.16/app-readme.md similarity index 100% rename from test/plex/1.6.15/app-readme.md rename to test/plex/1.6.16/app-readme.md diff --git a/test/plex/1.6.15/charts/common-2112.0.0.tgz b/test/plex/1.6.16/charts/common-2112.0.0.tgz similarity index 100% rename from test/plex/1.6.15/charts/common-2112.0.0.tgz rename to test/plex/1.6.16/charts/common-2112.0.0.tgz diff --git a/test/plex/1.6.15/default_values.yaml b/test/plex/1.6.16/default_values.yaml similarity index 100% rename from test/plex/1.6.15/default_values.yaml rename to test/plex/1.6.16/default_values.yaml diff --git a/test/plex/1.6.15/ix_values.yaml b/test/plex/1.6.16/ix_values.yaml similarity index 100% rename from test/plex/1.6.15/ix_values.yaml rename to test/plex/1.6.16/ix_values.yaml diff --git a/test/plex/1.6.15/migrations/migrate_from_1.0.0 b/test/plex/1.6.16/migrations/migrate_from_1.0.0 similarity index 100% rename from test/plex/1.6.15/migrations/migrate_from_1.0.0 rename to test/plex/1.6.16/migrations/migrate_from_1.0.0 diff --git a/test/plex/1.6.15/questions.yaml b/test/plex/1.6.16/questions.yaml similarity index 100% rename from test/plex/1.6.15/questions.yaml rename to test/plex/1.6.16/questions.yaml diff --git a/test/plex/1.6.15/templates/NOTES.txt b/test/plex/1.6.16/templates/NOTES.txt similarity index 100% rename from test/plex/1.6.15/templates/NOTES.txt rename to test/plex/1.6.16/templates/NOTES.txt diff --git a/test/plex/1.6.15/templates/deployment.yaml b/test/plex/1.6.16/templates/deployment.yaml similarity index 100% rename from test/plex/1.6.15/templates/deployment.yaml rename to test/plex/1.6.16/templates/deployment.yaml diff --git a/test/plex/1.6.15/templates/probe_config.yaml b/test/plex/1.6.16/templates/probe_config.yaml similarity index 100% rename from test/plex/1.6.15/templates/probe_config.yaml rename to test/plex/1.6.16/templates/probe_config.yaml diff --git a/test/plex/1.6.15/templates/service-tcp.yaml b/test/plex/1.6.16/templates/service-tcp.yaml similarity index 100% rename from test/plex/1.6.15/templates/service-tcp.yaml rename to test/plex/1.6.16/templates/service-tcp.yaml diff --git a/test/plex/1.6.15/templates/service-udp.yaml b/test/plex/1.6.16/templates/service-udp.yaml similarity index 100% rename from test/plex/1.6.15/templates/service-udp.yaml rename to test/plex/1.6.16/templates/service-udp.yaml diff --git a/test/plex/1.6.15/test_values.yaml b/test/plex/1.6.16/test_values.yaml similarity index 100% rename from test/plex/1.6.15/test_values.yaml rename to test/plex/1.6.16/test_values.yaml diff --git a/test/plex/1.6.15/values.yaml b/test/plex/1.6.16/values.yaml similarity index 100% rename from test/plex/1.6.15/values.yaml rename to test/plex/1.6.16/values.yaml