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

https://github.com/ubc/charts

A Collection of Kubernetes Helm Charts
https://github.com/ubc/charts

Last synced: 8 months ago
JSON representation

A Collection of Kubernetes Helm Charts

Awesome Lists containing this project

README

          

# CTLT's Collection of Helm Charts for Kubernetes

## Enable this Repo

```bash
helm repo add ctlt https://ubc.github.io/charts
```
## Install a Chart

```bash
helm install ctlt/CHART
```

## Update a Chart
* Update chart source and version
* Git commit & push

The github action will automatically package and update index.yaml in gh-pages branch.

For more information:

* Helm: https://github.com/kubernetes/helm