# helm-charts **Repository Path**: cn-loongson/helm-charts ## Basic Information - **Project Name**: helm-charts - **Description**: 龙芯helm-charts - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2024-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Helm Charts for KubeSphere ### How to install these charts Find the repository you want to use under src/ directory and enter below command: `helm repo add main https://gitee.com/cn-loongson/helm-charts/raw/master/src/main/index.yaml` ``` src/ ├── main/ │ └── example-chart/ │ ├── Chart.yaml │ ├── values.yaml │ ├── templates/ │ └── ... To a new Helm repo Just create a directory under src/ for the new repo, and place your charts under it, e.g. ``` ``` src/ ├── main/ │ └── ... ├── example-repo/ │ └── example-chart/ │ ├── Chart.yaml │ ├── values.yaml │ ├── templates/ │ └── ...Helm Charts for KubeSphere How to install these charts Find the repository you want to use under src/ directory and enter below command: ``` `helm repo add main https://gitee.com/cn-loongson/helm-charts/raw/master/src/main/index.yaml` ``` How to contribute To an existing Helm repo Just place your charts under the repo, e.g. src/ ├── main/ │ └── example-chart/ │ ├── Chart.yaml │ ├── values.yaml │ ├── templates/ │ └── ... To a new Helm repo Just create a directory under src/ for the new repo, and place your charts under it, e.g. src/ ├── main/ │ └── ... ├── example-repo/ │ └── example-chart/ │ ├── Chart.yaml │ ├── values.yaml │ ├── templates/ │ └── ... ```