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

17 lines
467 B
YAML

apiVersion: v1
appVersion: 0.19.6
description: Node-RED is flow-based programming for the Internet of Things
name: node-red
version: 1.2.0
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