Commit Graph
6 Commits
Author SHA1 Message Date
Niklas Ravnsborg-GjertsenandKubernetes Prow Robot ffbc0353d7 Update readme for node-red (#13332)
Signed-off-by: Niklas Ravnsborg-Gjertsen <niklasravnsborg@gmail.com>
2019-04-29 14:29:35 -07:00
Jeff BillimekandKubernetes Prow Robot f5a751f174 [stable/node-red] node-red chart enhancements (#12052)
* switching node-red chart to SatefulSet

* based on the persistent nature of this chart as well as [this discussion](https://github.com/helm/charts/issues/1863), migrating the chart to a StatefulSet instead of a deployment. As a result bumping the major version
* bumping node-red docker image to the latest stable version
* using volumeClaimTemplates for statefulSet

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

* using Parallel podManagementPolicy

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

* revert to Deployment and leverage strategy types

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

* hard-code replica count

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-03-29 02:00:18 -07:00
Carlos RaveloandKubernetes Prow Robot 9d92c827d8 Implemented the option to add a subPath when enabling persistence (#12517)
Added the commented value to values.yaml
Documented the feature on the README
bump the chart version

Signed-off-by: Carlos Ravelo <ravelo.carlos@gmail.com>
2019-03-25 18:49:16 -07:00
Jeff BillimekandKubernetes Prow Robot 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 Billimekandk8s-ci-robot e337fc99c3 adding support disclaimer (#9339)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2018-11-17 13:19:32 -08:00
Jeff Billimekandk8s-ci-robot 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