# kubesphere-helm-charts **Repository Path**: jzphp/kubesphere-helm-charts ## Basic Information - **Project Name**: kubesphere-helm-charts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-26 - **Last Updated**: 2025-04-26 ## 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: ```shell helm repo add main https://charts.kubesphere.io/main ``` ## How to contribute ### To an existing Helm repo Just place your charts under the repo, e.g. ```shell 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. ```shell src/ ├── main/ │ └── ... ├── example-repo/ │ └── example-chart/ │ ├── Chart.yaml │ ├── values.yaml │ ├── templates/ │ └── ... ```