Kubesphere Helm Charts Save

Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test

Project 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://charts.kubesphere.io/main

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/
│       └── ...
Open Source Agenda is not affiliated with "Kubesphere Helm Charts" Project. README Source: kubesphere/helm-charts
Stars
98
Open Issues
26
Last Commit
1 month ago

Open Source Agenda Badge

Open Source Agenda Rating