From 9d3c3245e1e849ee9b973c8ffc4b26538be7906d Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 22 Jun 2018 21:05:54 +0200 Subject: [PATCH] change dir structure --- {charts/httpd => httpd}/v1.0.0/.helmignore | 0 {charts/httpd => httpd}/v1.0.0/Chart.yaml | 0 {charts/httpd => httpd}/v1.0.0/templates/NOTES.txt | 0 {charts/httpd => httpd}/v1.0.0/templates/_helpers.tpl | 0 {charts/httpd => httpd}/v1.0.0/templates/deployment.yaml | 0 {charts/httpd => httpd}/v1.0.0/templates/ingress.yaml | 0 {charts/httpd => httpd}/v1.0.0/templates/service.yaml | 0 {charts/httpd => httpd}/v1.0.0/values.yaml | 0 {charts/jenkins => jenkins}/v1.0.0/.helmignore | 0 {charts/jenkins => jenkins}/v1.0.0/Chart.yaml | 0 .../jenkins => jenkins}/v1.0.0/catalogIcon-molgenis-jenkins.svg | 0 .../v1.0.0/templates/deployment/jenkins-agent-deployment.yaml | 0 .../v1.0.0/templates/deployment/jenkins-master-deployment.yaml | 0 {charts/jenkins => jenkins}/v1.0.0/templates/ingress.yaml | 0 .../v1.0.0/templates/services/jenkins-agent-service.yaml | 0 .../v1.0.0/templates/services/jenkins-master-service.yaml | 0 .../v1.0.0/templates/volumes/jenkins-agent-pvc.yaml | 0 .../v1.0.0/templates/volumes/jenkins-master-pvc.yaml | 0 {charts/jenkins => jenkins}/v1.0.0/values.yaml | 0 {charts/nexus => nexus}/v1.0.0/.helmignore | 0 {charts/nexus => nexus}/v1.0.0/Chart.yaml | 0 {charts/nexus => nexus}/v1.0.0/catalogIcon-molgenis-nexus.svg | 0 .../v1.0.0/templates/deployment/httpd-deployment.yaml | 0 .../v1.0.0/templates/deployment/nexus-deployment.yaml | 0 {charts/nexus => nexus}/v1.0.0/templates/ingress.yaml | 0 .../nexus => nexus}/v1.0.0/templates/services/httpd-service.yaml | 0 .../nexus => nexus}/v1.0.0/templates/services/nexus-service.yaml | 0 {charts/nexus => nexus}/v1.0.0/templates/volumes/nexus-pv.yaml | 0 {charts/nexus => nexus}/v1.0.0/templates/volumes/nexus-pvc.yaml | 0 {charts/nexus => nexus}/v1.0.0/values.yaml | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename {charts/httpd => httpd}/v1.0.0/.helmignore (100%) rename {charts/httpd => httpd}/v1.0.0/Chart.yaml (100%) rename {charts/httpd => httpd}/v1.0.0/templates/NOTES.txt (100%) rename {charts/httpd => httpd}/v1.0.0/templates/_helpers.tpl (100%) rename {charts/httpd => httpd}/v1.0.0/templates/deployment.yaml (100%) rename {charts/httpd => httpd}/v1.0.0/templates/ingress.yaml (100%) rename {charts/httpd => httpd}/v1.0.0/templates/service.yaml (100%) rename {charts/httpd => httpd}/v1.0.0/values.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/.helmignore (100%) rename {charts/jenkins => jenkins}/v1.0.0/Chart.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/catalogIcon-molgenis-jenkins.svg (100%) rename {charts/jenkins => jenkins}/v1.0.0/templates/deployment/jenkins-agent-deployment.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/templates/deployment/jenkins-master-deployment.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/templates/ingress.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/templates/services/jenkins-agent-service.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/templates/services/jenkins-master-service.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/templates/volumes/jenkins-agent-pvc.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/templates/volumes/jenkins-master-pvc.yaml (100%) rename {charts/jenkins => jenkins}/v1.0.0/values.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/.helmignore (100%) rename {charts/nexus => nexus}/v1.0.0/Chart.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/catalogIcon-molgenis-nexus.svg (100%) rename {charts/nexus => nexus}/v1.0.0/templates/deployment/httpd-deployment.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/templates/deployment/nexus-deployment.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/templates/ingress.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/templates/services/httpd-service.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/templates/services/nexus-service.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/templates/volumes/nexus-pv.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/templates/volumes/nexus-pvc.yaml (100%) rename {charts/nexus => nexus}/v1.0.0/values.yaml (100%) diff --git a/charts/httpd/v1.0.0/.helmignore b/httpd/v1.0.0/.helmignore similarity index 100% rename from charts/httpd/v1.0.0/.helmignore rename to httpd/v1.0.0/.helmignore diff --git a/charts/httpd/v1.0.0/Chart.yaml b/httpd/v1.0.0/Chart.yaml similarity index 100% rename from charts/httpd/v1.0.0/Chart.yaml rename to httpd/v1.0.0/Chart.yaml diff --git a/charts/httpd/v1.0.0/templates/NOTES.txt b/httpd/v1.0.0/templates/NOTES.txt similarity index 100% rename from charts/httpd/v1.0.0/templates/NOTES.txt rename to httpd/v1.0.0/templates/NOTES.txt diff --git a/charts/httpd/v1.0.0/templates/_helpers.tpl b/httpd/v1.0.0/templates/_helpers.tpl similarity index 100% rename from charts/httpd/v1.0.0/templates/_helpers.tpl rename to httpd/v1.0.0/templates/_helpers.tpl diff --git a/charts/httpd/v1.0.0/templates/deployment.yaml b/httpd/v1.0.0/templates/deployment.yaml similarity index 100% rename from charts/httpd/v1.0.0/templates/deployment.yaml rename to httpd/v1.0.0/templates/deployment.yaml diff --git a/charts/httpd/v1.0.0/templates/ingress.yaml b/httpd/v1.0.0/templates/ingress.yaml similarity index 100% rename from charts/httpd/v1.0.0/templates/ingress.yaml rename to httpd/v1.0.0/templates/ingress.yaml diff --git a/charts/httpd/v1.0.0/templates/service.yaml b/httpd/v1.0.0/templates/service.yaml similarity index 100% rename from charts/httpd/v1.0.0/templates/service.yaml rename to httpd/v1.0.0/templates/service.yaml diff --git a/charts/httpd/v1.0.0/values.yaml b/httpd/v1.0.0/values.yaml similarity index 100% rename from charts/httpd/v1.0.0/values.yaml rename to httpd/v1.0.0/values.yaml diff --git a/charts/jenkins/v1.0.0/.helmignore b/jenkins/v1.0.0/.helmignore similarity index 100% rename from charts/jenkins/v1.0.0/.helmignore rename to jenkins/v1.0.0/.helmignore diff --git a/charts/jenkins/v1.0.0/Chart.yaml b/jenkins/v1.0.0/Chart.yaml similarity index 100% rename from charts/jenkins/v1.0.0/Chart.yaml rename to jenkins/v1.0.0/Chart.yaml diff --git a/charts/jenkins/v1.0.0/catalogIcon-molgenis-jenkins.svg b/jenkins/v1.0.0/catalogIcon-molgenis-jenkins.svg similarity index 100% rename from charts/jenkins/v1.0.0/catalogIcon-molgenis-jenkins.svg rename to jenkins/v1.0.0/catalogIcon-molgenis-jenkins.svg diff --git a/charts/jenkins/v1.0.0/templates/deployment/jenkins-agent-deployment.yaml b/jenkins/v1.0.0/templates/deployment/jenkins-agent-deployment.yaml similarity index 100% rename from charts/jenkins/v1.0.0/templates/deployment/jenkins-agent-deployment.yaml rename to jenkins/v1.0.0/templates/deployment/jenkins-agent-deployment.yaml diff --git a/charts/jenkins/v1.0.0/templates/deployment/jenkins-master-deployment.yaml b/jenkins/v1.0.0/templates/deployment/jenkins-master-deployment.yaml similarity index 100% rename from charts/jenkins/v1.0.0/templates/deployment/jenkins-master-deployment.yaml rename to jenkins/v1.0.0/templates/deployment/jenkins-master-deployment.yaml diff --git a/charts/jenkins/v1.0.0/templates/ingress.yaml b/jenkins/v1.0.0/templates/ingress.yaml similarity index 100% rename from charts/jenkins/v1.0.0/templates/ingress.yaml rename to jenkins/v1.0.0/templates/ingress.yaml diff --git a/charts/jenkins/v1.0.0/templates/services/jenkins-agent-service.yaml b/jenkins/v1.0.0/templates/services/jenkins-agent-service.yaml similarity index 100% rename from charts/jenkins/v1.0.0/templates/services/jenkins-agent-service.yaml rename to jenkins/v1.0.0/templates/services/jenkins-agent-service.yaml diff --git a/charts/jenkins/v1.0.0/templates/services/jenkins-master-service.yaml b/jenkins/v1.0.0/templates/services/jenkins-master-service.yaml similarity index 100% rename from charts/jenkins/v1.0.0/templates/services/jenkins-master-service.yaml rename to jenkins/v1.0.0/templates/services/jenkins-master-service.yaml diff --git a/charts/jenkins/v1.0.0/templates/volumes/jenkins-agent-pvc.yaml b/jenkins/v1.0.0/templates/volumes/jenkins-agent-pvc.yaml similarity index 100% rename from charts/jenkins/v1.0.0/templates/volumes/jenkins-agent-pvc.yaml rename to jenkins/v1.0.0/templates/volumes/jenkins-agent-pvc.yaml diff --git a/charts/jenkins/v1.0.0/templates/volumes/jenkins-master-pvc.yaml b/jenkins/v1.0.0/templates/volumes/jenkins-master-pvc.yaml similarity index 100% rename from charts/jenkins/v1.0.0/templates/volumes/jenkins-master-pvc.yaml rename to jenkins/v1.0.0/templates/volumes/jenkins-master-pvc.yaml diff --git a/charts/jenkins/v1.0.0/values.yaml b/jenkins/v1.0.0/values.yaml similarity index 100% rename from charts/jenkins/v1.0.0/values.yaml rename to jenkins/v1.0.0/values.yaml diff --git a/charts/nexus/v1.0.0/.helmignore b/nexus/v1.0.0/.helmignore similarity index 100% rename from charts/nexus/v1.0.0/.helmignore rename to nexus/v1.0.0/.helmignore diff --git a/charts/nexus/v1.0.0/Chart.yaml b/nexus/v1.0.0/Chart.yaml similarity index 100% rename from charts/nexus/v1.0.0/Chart.yaml rename to nexus/v1.0.0/Chart.yaml diff --git a/charts/nexus/v1.0.0/catalogIcon-molgenis-nexus.svg b/nexus/v1.0.0/catalogIcon-molgenis-nexus.svg similarity index 100% rename from charts/nexus/v1.0.0/catalogIcon-molgenis-nexus.svg rename to nexus/v1.0.0/catalogIcon-molgenis-nexus.svg diff --git a/charts/nexus/v1.0.0/templates/deployment/httpd-deployment.yaml b/nexus/v1.0.0/templates/deployment/httpd-deployment.yaml similarity index 100% rename from charts/nexus/v1.0.0/templates/deployment/httpd-deployment.yaml rename to nexus/v1.0.0/templates/deployment/httpd-deployment.yaml diff --git a/charts/nexus/v1.0.0/templates/deployment/nexus-deployment.yaml b/nexus/v1.0.0/templates/deployment/nexus-deployment.yaml similarity index 100% rename from charts/nexus/v1.0.0/templates/deployment/nexus-deployment.yaml rename to nexus/v1.0.0/templates/deployment/nexus-deployment.yaml diff --git a/charts/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml similarity index 100% rename from charts/nexus/v1.0.0/templates/ingress.yaml rename to nexus/v1.0.0/templates/ingress.yaml diff --git a/charts/nexus/v1.0.0/templates/services/httpd-service.yaml b/nexus/v1.0.0/templates/services/httpd-service.yaml similarity index 100% rename from charts/nexus/v1.0.0/templates/services/httpd-service.yaml rename to nexus/v1.0.0/templates/services/httpd-service.yaml diff --git a/charts/nexus/v1.0.0/templates/services/nexus-service.yaml b/nexus/v1.0.0/templates/services/nexus-service.yaml similarity index 100% rename from charts/nexus/v1.0.0/templates/services/nexus-service.yaml rename to nexus/v1.0.0/templates/services/nexus-service.yaml diff --git a/charts/nexus/v1.0.0/templates/volumes/nexus-pv.yaml b/nexus/v1.0.0/templates/volumes/nexus-pv.yaml similarity index 100% rename from charts/nexus/v1.0.0/templates/volumes/nexus-pv.yaml rename to nexus/v1.0.0/templates/volumes/nexus-pv.yaml diff --git a/charts/nexus/v1.0.0/templates/volumes/nexus-pvc.yaml b/nexus/v1.0.0/templates/volumes/nexus-pvc.yaml similarity index 100% rename from charts/nexus/v1.0.0/templates/volumes/nexus-pvc.yaml rename to nexus/v1.0.0/templates/volumes/nexus-pvc.yaml diff --git a/charts/nexus/v1.0.0/values.yaml b/nexus/v1.0.0/values.yaml similarity index 100% rename from charts/nexus/v1.0.0/values.yaml rename to nexus/v1.0.0/values.yaml