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
- Host: GitHub
- URL: https://github.com/ubc/charts
- Owner: ubc
- Created: 2017-03-04T00:23:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T22:27:15.000Z (9 months ago)
- Last Synced: 2025-02-06T23:26:47.548Z (9 months ago)
- Language: Smarty
- Size: 5.38 MB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
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