An open API service indexing awesome lists of open source software.

https://github.com/moreh-dev/helm-charts

Helm Chart Repository
https://github.com/moreh-dev/helm-charts

helm

Last synced: about 2 months ago
JSON representation

Helm Chart Repository

Awesome Lists containing this project

README

          

## Helm Chart

```shell
helm repo add moreh https://moreh-dev.github.io/helm-charts
```

```shell
helm repo update moreh
```

```shell
helm search repo moreh
```

## Register a chart

Get the compressed chart from the repository or chart directory of your choice.

```shell
helm pull / --version
```

```shell
helm pull --repo --version
```

```shell
helm pull --version
```

```shell
helm package
```

Move the compressed chart to the `charts` directory.

```shell
mv -.tgz ./charts
```

Update the `index.yaml` file.

```shell
make index
```