Files
deprecated-helm-charts/stable/node-red/Chart.yaml
T
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

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