https://github.com/rightech/charts
Helm charts
https://github.com/rightech/charts
Last synced: 4 months ago
JSON representation
Helm charts
- Host: GitHub
- URL: https://github.com/rightech/charts
- Owner: Rightech
- Created: 2019-04-25T12:26:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T08:00:04.000Z (over 6 years ago)
- Last Synced: 2025-01-17T14:57:38.528Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Charts
Helm Charts
### Getting start
```
# Add repo to Helm
helm repo add rightech https://rightech.github.io/charts/
# Update repo charts
helm repo update
# Install project
helm install rightech/loraserver
```