From 4d19242ec49cd747a868f43f0721ddfc7e5405ac Mon Sep 17 00:00:00 2001 From: Zain Nasir Date: Mon, 4 Nov 2024 14:55:31 -0500 Subject: [PATCH] fix dir structure --- charts/{ => cbioportal}/.helmignore | 0 charts/{ => cbioportal}/Chart.yaml | 4 ++-- charts/{ => cbioportal}/templates/deployment.yaml | 0 charts/{ => cbioportal}/templates/service.yaml | 0 charts/{ => cbioportal}/values.yaml | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename charts/{ => cbioportal}/.helmignore (100%) rename charts/{ => cbioportal}/Chart.yaml (96%) rename charts/{ => cbioportal}/templates/deployment.yaml (100%) rename charts/{ => cbioportal}/templates/service.yaml (100%) rename charts/{ => cbioportal}/values.yaml (100%) 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