mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
* 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>
17 lines
467 B
YAML
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
|