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

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

🚢 A collection of Helm charts
https://github.com/vincentscode/helm-charts

devops helm-charts kubernetes

Last synced: about 1 year ago
JSON representation

🚢 A collection of Helm charts

Awesome Lists containing this project

README

          

# helm-charts

This repository contains helm charts for deploying applications on Kubernetes.
It consists of charts created or modified by me for use in [my home lab](https://github.com/vincentscode/infra).

## Usage
```bash
helm repo add vincentscode https://vincentscode.github.io/helm-charts/
helm search repo vincentscode
```

## Notes
### Creating a new chart
```bash
cd charts
helm create
rm -rf /charts
```

### Packaging a chart
Charts are packaged automatically by github actions using [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action).