SchwarzIT
node-red-chart
Python

Node-red Helm Chart

Last updated Jul 8, 2026
54
Stars
36
Forks
11
Issues
0
Stars/day
Attention Score
62
Language breakdown
No language data available.
Files click to expand
README

node-red ⚙

SIT

Helm Node-Red

GitHub Workflow Status (branch) Artifact Hub

OpenSSF Scorecard

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:

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:

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:

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:

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:

helm uninstall node-red

Configuring the Chart

See the README for more detailed information.

Contributing 🤝

Contributing via GitHub

Feel free to join. Checkout the contributing guide

License

Apache License, Version 2.0

Maintainers

| Name | Email | Url | |--------|-------------------------------|------------------------| | dirien | | | | Kaktor | | |

🔗 More in this category

© 2026 GitRepoTrend · SchwarzIT/node-red-chart · Updated daily from GitHub