https://github.com/schwarzit/node-red-chart
Node-red Helm Chart
https://github.com/schwarzit/node-red-chart
helm helm-chart internet-of-things iot k8s kubernetes node-red
Last synced: 2 days ago
JSON representation
Node-red Helm Chart
- Host: GitHub
- URL: https://github.com/schwarzit/node-red-chart
- Owner: SchwarzIT
- License: apache-2.0
- Created: 2021-06-10T04:17:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T11:37:22.000Z (6 months ago)
- Last Synced: 2025-04-04T23:08:57.607Z (6 months ago)
- Topics: helm, helm-chart, internet-of-things, iot, k8s, kubernetes, node-red
- Language: Python
- Homepage:
- Size: 497 KB
- Stars: 48
- Watchers: 1
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# `node-red ⚙`
[](https://jobs.schwarz)


[](https://artifacthub.io/packages/search?repo=node-red)[](https://api.securityscorecards.dev/projects/github.com/SchwarzIT/node-red-chart)
A Helm chart for Node-Red, a low-code programming for event-driven applications
**Homepage:**
## Usage (via OCI Registry)
To install the chart using the OCI artifact, run:
```bash
helm install node-red oci://ghcr.io/schwarzit/charts/node-red
```## Usage
Adding node-red repository Before installing any chart provided by this repository, add the node-red Charts Repository:
```bash
helm repo add node-red https://schwarzit.github.io/node-red-chart/
helm repo update
```### Installing the Chart
To install the chart with the release name node-red run:
```bash
helm install node-red node-red/node-red
```After a few seconds, node-red should be running.
To install the chart in a specific namespace use following commands:
```bash
kubectl create ns node-red
helm install node-red node-red/node-red --namespace node-red
```> **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment
### Uninstalling the Chart
To uninstall the `node-red` deployment:
```bash
helm uninstall node-red
```### Configuring the Chart
See the [README](charts/node-red/README.md) for more detailed information.
## Contributing 🤝
#### Contributing via GitHub
Feel free to join. Checkout the [contributing guide](CONTRIBUTING.md)
#### License
Apache License, Version 2.0
## Maintainers
| Name | Email | Url |
|--------|-------------------------------|------------------------|
| dirien | | |
| Kaktor | | |