hlwanghl / helm-charts

Source & Repo of https://charts.kubesphere.io/qingcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 qingcloud https://charts.kubesphere.io/qingcloud

How to contribute

To an existing Helm repo

Just place your charts under the repo, e.g.

src/
├── qingcloud/
│   └── 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/
├── qingcloud/
│   └── ...
├── example-repo/
│   └── example-chart/
│       ├── Chart.yaml
│       ├── values.yaml
│       ├── templates/
│       └── ...

About

Source & Repo of https://charts.kubesphere.io/qingcloud


Languages

Language:Smarty 57.5%Language:Ruby 27.0%Language:Shell 15.5%