https://github.com/dtechvision/onchain-helmcharts
Helm Charts for Farcaster, Ethereum, Quilibrium and more
https://github.com/dtechvision/onchain-helmcharts
Last synced: 8 months ago
JSON representation
Helm Charts for Farcaster, Ethereum, Quilibrium and more
- Host: GitHub
- URL: https://github.com/dtechvision/onchain-helmcharts
- Owner: dtechvision
- Created: 2024-05-24T16:23:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T16:18:27.000Z (over 1 year ago)
- Last Synced: 2025-01-30T21:03:27.962Z (over 1 year ago)
- Size: 51.8 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-farcaster-dev - `Farcaster Helm Charts` - helmcharts) Run Farcaster and onchain Infrastructure in Kubernetes with Helm Charts. (Uncategorized / Uncategorized)
README
# Onchain Helm Charts
A collection of helm charts to run onchain infrastructure pleasantly in Kubernetes.
- [Farcaster](https://dtech.vision/farcaster)
- [Farcaster Hub aka "Farcaster Node"](/charts/farcaster-hubble)
- [Shuttle App - planned]
- [Quilibrium Helm Charts - planned]
- [RETH Helm Chart - planned]
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add https://dtechvision.github.io/onchain-helmcharts/
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
` to see the charts.
To install the chart:
helm install my- /
To uninstall the chart:
helm delete my-
## How to setup your own Chart Repo with Github Pages
- [Helm Chart Repo via Github Pages](https://helm.sh/docs/howto/chart_releaser_action/) which is also directly documented on [Github](https://github.com/marketplace/actions/helm-chart-releaser).