From ac0caeb11e9af07fd7b59995ab499d3a82215d70 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Sun, 6 Dec 2020 23:57:39 +0500 Subject: [PATCH] Move plex to 2.1.0 version dir --- test/plex/{ => 2.1.0}/.helmignore | 0 test/plex/{ => 2.1.0}/Chart.yaml | 0 test/plex/{ => 2.1.0}/README.md | 0 test/plex/{ => 2.1.0}/configs/41-plex-preferences | 0 test/plex/{ => 2.1.0}/configs/42-pkcs-mangler | 0 test/plex/{ => 2.1.0}/templates/NOTES.txt | 0 test/plex/{ => 2.1.0}/templates/_helpers.tpl | 0 test/plex/{ => 2.1.0}/templates/configmap.yaml | 0 test/plex/{ => 2.1.0}/templates/deployment.yaml | 0 test/plex/{ => 2.1.0}/templates/ingress.yaml | 0 test/plex/{ => 2.1.0}/templates/promtail-configmap.yaml | 0 test/plex/{ => 2.1.0}/templates/secrets.yaml | 0 test/plex/{ => 2.1.0}/templates/service-tcp.yaml | 0 test/plex/{ => 2.1.0}/templates/service-udp.yaml | 0 test/plex/{ => 2.1.0}/templates/volumes.yaml | 0 test/plex/{ => 2.1.0}/values.yaml | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename test/plex/{ => 2.1.0}/.helmignore (100%) rename test/plex/{ => 2.1.0}/Chart.yaml (100%) rename test/plex/{ => 2.1.0}/README.md (100%) rename test/plex/{ => 2.1.0}/configs/41-plex-preferences (100%) rename test/plex/{ => 2.1.0}/configs/42-pkcs-mangler (100%) rename test/plex/{ => 2.1.0}/templates/NOTES.txt (100%) rename test/plex/{ => 2.1.0}/templates/_helpers.tpl (100%) rename test/plex/{ => 2.1.0}/templates/configmap.yaml (100%) rename test/plex/{ => 2.1.0}/templates/deployment.yaml (100%) rename test/plex/{ => 2.1.0}/templates/ingress.yaml (100%) rename test/plex/{ => 2.1.0}/templates/promtail-configmap.yaml (100%) rename test/plex/{ => 2.1.0}/templates/secrets.yaml (100%) rename test/plex/{ => 2.1.0}/templates/service-tcp.yaml (100%) rename test/plex/{ => 2.1.0}/templates/service-udp.yaml (100%) rename test/plex/{ => 2.1.0}/templates/volumes.yaml (100%) rename test/plex/{ => 2.1.0}/values.yaml (100%) diff --git a/test/plex/.helmignore b/test/plex/2.1.0/.helmignore similarity index 100% rename from test/plex/.helmignore rename to test/plex/2.1.0/.helmignore diff --git a/test/plex/Chart.yaml b/test/plex/2.1.0/Chart.yaml similarity index 100% rename from test/plex/Chart.yaml rename to test/plex/2.1.0/Chart.yaml diff --git a/test/plex/README.md b/test/plex/2.1.0/README.md similarity index 100% rename from test/plex/README.md rename to test/plex/2.1.0/README.md diff --git a/test/plex/configs/41-plex-preferences b/test/plex/2.1.0/configs/41-plex-preferences similarity index 100% rename from test/plex/configs/41-plex-preferences rename to test/plex/2.1.0/configs/41-plex-preferences diff --git a/test/plex/configs/42-pkcs-mangler b/test/plex/2.1.0/configs/42-pkcs-mangler similarity index 100% rename from test/plex/configs/42-pkcs-mangler rename to test/plex/2.1.0/configs/42-pkcs-mangler diff --git a/test/plex/templates/NOTES.txt b/test/plex/2.1.0/templates/NOTES.txt similarity index 100% rename from test/plex/templates/NOTES.txt rename to test/plex/2.1.0/templates/NOTES.txt diff --git a/test/plex/templates/_helpers.tpl b/test/plex/2.1.0/templates/_helpers.tpl similarity index 100% rename from test/plex/templates/_helpers.tpl rename to test/plex/2.1.0/templates/_helpers.tpl diff --git a/test/plex/templates/configmap.yaml b/test/plex/2.1.0/templates/configmap.yaml similarity index 100% rename from test/plex/templates/configmap.yaml rename to test/plex/2.1.0/templates/configmap.yaml diff --git a/test/plex/templates/deployment.yaml b/test/plex/2.1.0/templates/deployment.yaml similarity index 100% rename from test/plex/templates/deployment.yaml rename to test/plex/2.1.0/templates/deployment.yaml diff --git a/test/plex/templates/ingress.yaml b/test/plex/2.1.0/templates/ingress.yaml similarity index 100% rename from test/plex/templates/ingress.yaml rename to test/plex/2.1.0/templates/ingress.yaml diff --git a/test/plex/templates/promtail-configmap.yaml b/test/plex/2.1.0/templates/promtail-configmap.yaml similarity index 100% rename from test/plex/templates/promtail-configmap.yaml rename to test/plex/2.1.0/templates/promtail-configmap.yaml diff --git a/test/plex/templates/secrets.yaml b/test/plex/2.1.0/templates/secrets.yaml similarity index 100% rename from test/plex/templates/secrets.yaml rename to test/plex/2.1.0/templates/secrets.yaml diff --git a/test/plex/templates/service-tcp.yaml b/test/plex/2.1.0/templates/service-tcp.yaml similarity index 100% rename from test/plex/templates/service-tcp.yaml rename to test/plex/2.1.0/templates/service-tcp.yaml diff --git a/test/plex/templates/service-udp.yaml b/test/plex/2.1.0/templates/service-udp.yaml similarity index 100% rename from test/plex/templates/service-udp.yaml rename to test/plex/2.1.0/templates/service-udp.yaml diff --git a/test/plex/templates/volumes.yaml b/test/plex/2.1.0/templates/volumes.yaml similarity index 100% rename from test/plex/templates/volumes.yaml rename to test/plex/2.1.0/templates/volumes.yaml diff --git a/test/plex/values.yaml b/test/plex/2.1.0/values.yaml similarity index 100% rename from test/plex/values.yaml rename to test/plex/2.1.0/values.yaml