Node-red Helm Chart
node-red ⚙
![]()
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 |