https://github.com/ubc/charts
A Collection of Kubernetes Helm Charts
https://github.com/ubc/charts
Last synced: 27 days ago
JSON representation
A Collection of Kubernetes Helm Charts
- Host: GitHub
- URL: https://github.com/ubc/charts
- Owner: ubc
- Created: 2017-03-04T00:23:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-05-11T05:29:56.000Z (about 1 month ago)
- Last Synced: 2026-05-11T07:34:32.184Z (about 1 month ago)
- Language: Go Template
- Size: 6.92 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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