Skip to content

mimihuhux/helm-charts

This branch is 125 commits behind kubesphere/helm-charts:master.

Repository files navigation

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/
│       └── ...

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 55.2%
  • Smarty 28.0%
  • Ruby 9.5%
  • Shell 7.2%
  • Makefile 0.1%