mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
details: if the `flows` setting is left unset, node-red will default the files it creates for new flows to match the hostname of the container it's running under. This hostname is dynamic and changes with a pod restart. As a result changes made and persisted will be lost. By defaulting the `flows` value to some static value, we ensure that the changes will persist between pod restarts (assuming using persistent storage) Signed-off-by: Jeff Billimek <jeff@billimek.com>
17 lines
467 B
YAML
17 lines
467 B
YAML
apiVersion: v1
|
|
appVersion: 0.19.4
|
|
description: Node-RED is flow-based programming for the Internet of Things
|
|
name: node-red
|
|
version: 1.0.2
|
|
keywords:
|
|
- nodered
|
|
- node-red
|
|
home: https://github.com/node-red/node-red-docker
|
|
icon: https://nodered.org/about/resources/media/node-red-icon-2.png
|
|
sources:
|
|
- https://github.com/node-red/node-red-docker
|
|
- https://github.com/kubernetes/charts/stable/node-red
|
|
maintainers:
|
|
- name: billimek
|
|
email: jeff@billimek.com
|