Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simontheleg/helm-charts

various helm charts
https://github.com/simontheleg/helm-charts

Last synced: about 1 month ago
JSON representation

various helm charts

Awesome Lists containing this project

README

        

# Collection of various helm-charts

## Usage

```sh
helm repo add simontheleg https://simontheleg.github.io/helm-charts
```

## Packaging and releasing

```sh
helm package charts/* -d ./releases &&
helm repo index --url https://simontheleg.github.io/helm-charts .
```