diff --git a/stable/node-red/Chart.yaml b/stable/node-red/Chart.yaml index 37bc86f9de..dd75a4d07e 100644 --- a/stable/node-red/Chart.yaml +++ b/stable/node-red/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 0.20.7 +appVersion: 1.0.1 description: Node-RED is flow-based programming for the Internet of Things name: node-red -version: 1.3.3 +version: 1.3.4 keywords: - nodered - node-red diff --git a/stable/node-red/README.md b/stable/node-red/README.md index 99ea18eaec..3a147860b3 100644 --- a/stable/node-red/README.md +++ b/stable/node-red/README.md @@ -38,8 +38,8 @@ The following tables lists the configurable parameters of the Node-RED chart and | Parameter | Description | Default | |:---------------------------------- |:----------------------------------------------------------------------- |:------------------------- | -| `image.repository` | node-red image | `nodered/node-red-docker` | -| `image.tag` | node-red image tag | `0.20.7-slim-v8` | +| `image.repository` | node-red image | `nodered/node-red` | +| `image.tag` | node-red image tag | `1.0.1-12-minimal` | | `image.pullPolicy` | node-red image pull policy | `IfNotPresent` | | `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` | | `flows` | Default flows configuration | `flows.json` | diff --git a/stable/node-red/values.yaml b/stable/node-red/values.yaml index b1aad0b29a..ef065cdfb6 100644 --- a/stable/node-red/values.yaml +++ b/stable/node-red/values.yaml @@ -6,8 +6,8 @@ strategyType: Recreate image: - repository: nodered/node-red-docker - tag: 0.20.7-slim-v8 + repository: nodered/node-red + tag: 1.0.1-12-minimal pullPolicy: IfNotPresent nameOverride: ""