Commit Graph
3 Commits
Author SHA1 Message Date
Jeff Billimek cf701595fc use a default values for the flows setting (#10765)
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>
2019-01-22 22:21:50 -08:00
Jeff Billimek e337fc99c3 adding support disclaimer (#9339)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2018-11-17 13:19:32 -08:00
Jeff Billimek 8910c7fa05 new chart [stable/node-red] (#8473)
* new chart [stable/node-red]

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* TIL stable charts need to start from 1.0.0

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* remediating label changes for new charts

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2018-11-09 06:35:15 -08:00