https://github.com/requestnetwork/request-helm-charts
A helm chart to deploy a Request Node
https://github.com/requestnetwork/request-helm-charts
Last synced: 7 months ago
JSON representation
A helm chart to deploy a Request Node
- Host: GitHub
- URL: https://github.com/requestnetwork/request-helm-charts
- Owner: RequestNetwork
- License: mit
- Created: 2019-07-17T03:11:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T09:27:16.000Z (10 months ago)
- Last Synced: 2025-06-07T10:48:45.946Z (8 months ago)
- Language: Mustache
- Size: 1.18 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ### ℹ️ Note: the HELM chart repository URL has changed
> - from: https://request-charts.storage.googleapis.com
> - to: https://requestnetwork.github.io/request-helm-charts
>
> Please migrate to the new URL, the legacy URL will soon be retired.
# Request Helm Charts repository
This repository contains sources for all Request Helm Charts.
They use Docker images available at https://hub.docker.com/u/requestnetwork.
## How to use?
```
helm repo add request https://requestnetwork.github.io/request-helm-charts
helm repo update
helm install request/request-node
```
## Documentation
- `request-ipfs` on [ArtifactHub](https://artifacthub.io/packages/helm/requestnetwork/request-ipfs)
- `request-node` on [ArtifactHub](https://artifacthub.io/packages/helm/requestnetwork/request-node)
## Contributing
New Charts must have their own top-level folders, and a new job in [.circleci/config.yml](.circleci/config.yml).