diff --git a/charts/.helmignore b/charts/cbioportal/.helmignore similarity index 100% rename from charts/.helmignore rename to charts/cbioportal/.helmignore diff --git a/charts/Chart.yaml b/charts/cbioportal/Chart.yaml similarity index 96% rename from charts/Chart.yaml rename to charts/cbioportal/Chart.yaml index c5485e2..61fc4d1 100644 --- a/charts/Chart.yaml +++ b/charts/cbioportal/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -name: helm +name: cbioportal description: Helm chart for cbioportal. type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/templates/deployment.yaml b/charts/cbioportal/templates/deployment.yaml similarity index 100% rename from charts/templates/deployment.yaml rename to charts/cbioportal/templates/deployment.yaml diff --git a/charts/templates/service.yaml b/charts/cbioportal/templates/service.yaml similarity index 100% rename from charts/templates/service.yaml rename to charts/cbioportal/templates/service.yaml diff --git a/charts/values.yaml b/charts/cbioportal/values.yaml similarity index 100% rename from charts/values.yaml rename to charts/cbioportal/values.yaml