From 523f9194fcad87f4cc9fce8072e5c756931b3be2 Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 29 Jun 2018 08:56:49 +0200 Subject: [PATCH] restructure dirs --- molgenis-httpd/{v0.1.x => }/.helmignore | 0 molgenis-httpd/{v0.1.x => }/Chart.yaml | 0 molgenis-httpd/{v0.1.x => }/README.md | 0 molgenis-httpd/{v0.1.x => }/questions.yml | 0 molgenis-httpd/{v0.1.x => }/templates/NOTES.txt | 0 molgenis-httpd/{v0.1.x => }/templates/_helpers.tpl | 0 molgenis-httpd/{v0.1.x => }/templates/deployment.yaml | 0 molgenis-httpd/{v0.1.x => }/templates/ingress.yaml | 0 molgenis-httpd/{v0.1.x => }/templates/service.yaml | 0 molgenis-httpd/{v0.1.x => }/values.yaml | 0 molgenis-nexus/{v0.2.x => }/.helmignore | 0 molgenis-nexus/{v0.2.x => }/Chart.yaml | 0 molgenis-nexus/{v0.2.x => }/README.md | 0 molgenis-nexus/{v0.2.x => }/catalogIcon-molgenis-nexus.svg | 0 molgenis-nexus/{v0.2.x => }/templates/_helpers.tpl | 0 .../{v0.2.x => }/templates/deployments/httpd-deployment.yaml | 0 .../{v0.2.x => }/templates/deployments/nexus-deployment.yaml | 0 molgenis-nexus/{v0.2.x => }/templates/ingress.yaml | 0 molgenis-nexus/{v0.2.x => }/templates/services/nexus-service.yaml | 0 molgenis-nexus/{v0.2.x => }/templates/volumes/nexus-pv.yaml | 0 molgenis-nexus/{v0.2.x => }/templates/volumes/nexus-pvc.yaml | 0 molgenis-nexus/{v0.2.x => }/values.yaml | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename molgenis-httpd/{v0.1.x => }/.helmignore (100%) rename molgenis-httpd/{v0.1.x => }/Chart.yaml (100%) rename molgenis-httpd/{v0.1.x => }/README.md (100%) rename molgenis-httpd/{v0.1.x => }/questions.yml (100%) rename molgenis-httpd/{v0.1.x => }/templates/NOTES.txt (100%) rename molgenis-httpd/{v0.1.x => }/templates/_helpers.tpl (100%) rename molgenis-httpd/{v0.1.x => }/templates/deployment.yaml (100%) rename molgenis-httpd/{v0.1.x => }/templates/ingress.yaml (100%) rename molgenis-httpd/{v0.1.x => }/templates/service.yaml (100%) rename molgenis-httpd/{v0.1.x => }/values.yaml (100%) rename molgenis-nexus/{v0.2.x => }/.helmignore (100%) rename molgenis-nexus/{v0.2.x => }/Chart.yaml (100%) rename molgenis-nexus/{v0.2.x => }/README.md (100%) rename molgenis-nexus/{v0.2.x => }/catalogIcon-molgenis-nexus.svg (100%) rename molgenis-nexus/{v0.2.x => }/templates/_helpers.tpl (100%) rename molgenis-nexus/{v0.2.x => }/templates/deployments/httpd-deployment.yaml (100%) rename molgenis-nexus/{v0.2.x => }/templates/deployments/nexus-deployment.yaml (100%) rename molgenis-nexus/{v0.2.x => }/templates/ingress.yaml (100%) rename molgenis-nexus/{v0.2.x => }/templates/services/nexus-service.yaml (100%) rename molgenis-nexus/{v0.2.x => }/templates/volumes/nexus-pv.yaml (100%) rename molgenis-nexus/{v0.2.x => }/templates/volumes/nexus-pvc.yaml (100%) rename molgenis-nexus/{v0.2.x => }/values.yaml (100%) diff --git a/molgenis-httpd/v0.1.x/.helmignore b/molgenis-httpd/.helmignore similarity index 100% rename from molgenis-httpd/v0.1.x/.helmignore rename to molgenis-httpd/.helmignore diff --git a/molgenis-httpd/v0.1.x/Chart.yaml b/molgenis-httpd/Chart.yaml similarity index 100% rename from molgenis-httpd/v0.1.x/Chart.yaml rename to molgenis-httpd/Chart.yaml diff --git a/molgenis-httpd/v0.1.x/README.md b/molgenis-httpd/README.md similarity index 100% rename from molgenis-httpd/v0.1.x/README.md rename to molgenis-httpd/README.md diff --git a/molgenis-httpd/v0.1.x/questions.yml b/molgenis-httpd/questions.yml similarity index 100% rename from molgenis-httpd/v0.1.x/questions.yml rename to molgenis-httpd/questions.yml diff --git a/molgenis-httpd/v0.1.x/templates/NOTES.txt b/molgenis-httpd/templates/NOTES.txt similarity index 100% rename from molgenis-httpd/v0.1.x/templates/NOTES.txt rename to molgenis-httpd/templates/NOTES.txt diff --git a/molgenis-httpd/v0.1.x/templates/_helpers.tpl b/molgenis-httpd/templates/_helpers.tpl similarity index 100% rename from molgenis-httpd/v0.1.x/templates/_helpers.tpl rename to molgenis-httpd/templates/_helpers.tpl diff --git a/molgenis-httpd/v0.1.x/templates/deployment.yaml b/molgenis-httpd/templates/deployment.yaml similarity index 100% rename from molgenis-httpd/v0.1.x/templates/deployment.yaml rename to molgenis-httpd/templates/deployment.yaml diff --git a/molgenis-httpd/v0.1.x/templates/ingress.yaml b/molgenis-httpd/templates/ingress.yaml similarity index 100% rename from molgenis-httpd/v0.1.x/templates/ingress.yaml rename to molgenis-httpd/templates/ingress.yaml diff --git a/molgenis-httpd/v0.1.x/templates/service.yaml b/molgenis-httpd/templates/service.yaml similarity index 100% rename from molgenis-httpd/v0.1.x/templates/service.yaml rename to molgenis-httpd/templates/service.yaml diff --git a/molgenis-httpd/v0.1.x/values.yaml b/molgenis-httpd/values.yaml similarity index 100% rename from molgenis-httpd/v0.1.x/values.yaml rename to molgenis-httpd/values.yaml diff --git a/molgenis-nexus/v0.2.x/.helmignore b/molgenis-nexus/.helmignore similarity index 100% rename from molgenis-nexus/v0.2.x/.helmignore rename to molgenis-nexus/.helmignore diff --git a/molgenis-nexus/v0.2.x/Chart.yaml b/molgenis-nexus/Chart.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/Chart.yaml rename to molgenis-nexus/Chart.yaml diff --git a/molgenis-nexus/v0.2.x/README.md b/molgenis-nexus/README.md similarity index 100% rename from molgenis-nexus/v0.2.x/README.md rename to molgenis-nexus/README.md diff --git a/molgenis-nexus/v0.2.x/catalogIcon-molgenis-nexus.svg b/molgenis-nexus/catalogIcon-molgenis-nexus.svg similarity index 100% rename from molgenis-nexus/v0.2.x/catalogIcon-molgenis-nexus.svg rename to molgenis-nexus/catalogIcon-molgenis-nexus.svg diff --git a/molgenis-nexus/v0.2.x/templates/_helpers.tpl b/molgenis-nexus/templates/_helpers.tpl similarity index 100% rename from molgenis-nexus/v0.2.x/templates/_helpers.tpl rename to molgenis-nexus/templates/_helpers.tpl diff --git a/molgenis-nexus/v0.2.x/templates/deployments/httpd-deployment.yaml b/molgenis-nexus/templates/deployments/httpd-deployment.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/templates/deployments/httpd-deployment.yaml rename to molgenis-nexus/templates/deployments/httpd-deployment.yaml diff --git a/molgenis-nexus/v0.2.x/templates/deployments/nexus-deployment.yaml b/molgenis-nexus/templates/deployments/nexus-deployment.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/templates/deployments/nexus-deployment.yaml rename to molgenis-nexus/templates/deployments/nexus-deployment.yaml diff --git a/molgenis-nexus/v0.2.x/templates/ingress.yaml b/molgenis-nexus/templates/ingress.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/templates/ingress.yaml rename to molgenis-nexus/templates/ingress.yaml diff --git a/molgenis-nexus/v0.2.x/templates/services/nexus-service.yaml b/molgenis-nexus/templates/services/nexus-service.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/templates/services/nexus-service.yaml rename to molgenis-nexus/templates/services/nexus-service.yaml diff --git a/molgenis-nexus/v0.2.x/templates/volumes/nexus-pv.yaml b/molgenis-nexus/templates/volumes/nexus-pv.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/templates/volumes/nexus-pv.yaml rename to molgenis-nexus/templates/volumes/nexus-pv.yaml diff --git a/molgenis-nexus/v0.2.x/templates/volumes/nexus-pvc.yaml b/molgenis-nexus/templates/volumes/nexus-pvc.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/templates/volumes/nexus-pvc.yaml rename to molgenis-nexus/templates/volumes/nexus-pvc.yaml diff --git a/molgenis-nexus/v0.2.x/values.yaml b/molgenis-nexus/values.yaml similarity index 100% rename from molgenis-nexus/v0.2.x/values.yaml rename to molgenis-nexus/values.yaml