20 Commits
Author SHA1 Message Date
Matt FarinaandGitHub 4a04b6f964 Removed old owners files (#24416)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:06:05 -05:00
Jeff BillimekandGitHub 17bb3a1344 [stable/node-red] deprecating node-red chart (#22739)
* deprecating node-red chart

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>

* remove maintainers for deprecation

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-06-10 14:32:57 -07:00
Jeff BillimekandGitHub 49cef48170 Bump the node-red container version to 1.0.4 (#21493)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-03-18 02:38:48 -07:00
ta-andoandKubernetes Prow Robot 4a890b26cb Add values of paths for livenessProbe and readinessProbe (#20011)
Signed-off-by: Takashi Ando <ta.ando@lab.acs-jp.com>
2020-01-10 00:46:34 -08:00
Jeff BillimekandKubernetes Prow Robot 14c89931ea Bumping node-red to v1.0.2 and adding options (#17968)
* Bumping node-red docker image to the latest 1.0.2
* adding `safeMode` values option to start Node-RED in safe (not running) mode - defaults to false
* adding `enableProjects` values option to start Node-RED with 'projects' support (see https://nodered.org/docs/user-guide/projects/ ) - defaults to false

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-10-15 01:05:54 -07:00
Jeff BillimekandKubernetes Prow Robot b9cade49f2 fixing podAnnotations for node-red chart (#17927)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-10-14 01:28:35 -07:00
Jeff BillimekandKubernetes Prow Robot c00f7fa914 adding pod annotations to node-red chart (#17755)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-10-08 01:11:15 -07:00
Jeff BillimekandKubernetes Prow Robot e787c18cf4 bumping docker image to latest official v1.0.1 version (#17699)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-10-07 00:47:08 -07:00
ichyandKubernetes Prow Robot 8dba0886a9 [stable/node-red] fix for templating error of extraEnvs (#17209)
* fix templating error

Signed-off-by: y-matsuda <matsuda@lab.acs-jp.com>

* bump up version of stable/node-red

Signed-off-by: y-matsuda <matsuda@lab.acs-jp.com>
2019-09-18 05:51:29 -07:00
ichyandKubernetes Prow Robot d55189e5bb [stable/node-red] add support for extra environment variables (#17207)
* support for extra environment variables

Signed-off-by: y-matsuda <matsuda@lab.acs-jp.com>

* bump up version of stable/node-red

Signed-off-by: y-matsuda <matsuda@lab.acs-jp.com>

* fix typo

Signed-off-by: y-matsuda <matsuda@lab.acs-jp.com>
2019-09-18 04:05:29 -07:00
Victor LoginandKubernetes Prow Robot d2c2dbd574 [stable/node-red] Bump version to 0.20.7 (#15930)
Signed-off-by: Victor Login <batazor111@gmail.com>
2019-07-27 19:39:54 -07:00
Victor LoginandKubernetes Prow Robot 81ec17b007 [stable/node-red] Update version node-red to 0.20.5 (#14402)
Signed-off-by: Login Victor <batazor111@gmail.com>
2019-06-03 04:28:15 -07:00
mscbpiandKubernetes Prow Robot ebae55736c [stable/node-red]: add annotations in service.yaml (#13674)
* add annotations
Signed-off-by: Martin Schlienger <ms@cbpi.ch>

* Bump version to 1.2.2

Signed-off-by: Martin Schlienger <ms@cbpi.ch>

Signed-off-by: Martin Schlienger <ms@cbpi.ch>

* bump version to 1.2.3

Signed-off-by: Martin Schlienger <ms@cbpi.ch>

* bump version to 1.2.3

Signed-off-by: Martin Schlienger <ms@cbpi.ch>
2019-05-27 09:55:52 -07:00
Victor LoginandKubernetes Prow Robot 7403d45725 [stable/node-red] add member (#13928)
Signed-off-by: Login Victor <batazor111@gmail.com>
2019-05-21 05:28:41 -07:00
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