[stable/node-red] Bump version to 0.20.7 (#15930)

Signed-off-by: Victor Login <batazor111@gmail.com>
This commit is contained in:
Victor Login
2019-07-27 19:39:54 -07:00
committed by Kubernetes Prow Robot
parent b1da329ad8
commit d2c2dbd574
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.20.5
appVersion: 0.20.7
description: Node-RED is flow-based programming for the Internet of Things
name: node-red
version: 1.3.0
version: 1.3.1
keywords:
- nodered
- node-red
+2 -2
View File
@@ -37,9 +37,9 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Node-RED chart and their default values.
| Parameter | Description | Default |
|:-----------------------------------|:------------------------------------------------------------------------|:--------------------------|
|:---------------------------------- |:----------------------------------------------------------------------- |:------------------------- |
| `image.repository` | node-red image | `nodered/node-red-docker` |
| `image.tag` | node-red image tag | `0.20.5-slim-v8` |
| `image.tag` | node-red image tag | `0.20.7-slim-v8` |
| `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` |
+1 -1
View File
@@ -7,7 +7,7 @@ strategyType: Recreate
image:
repository: nodered/node-red-docker
tag: 0.20.5-slim-v8
tag: 0.20.7-slim-v8
pullPolicy: IfNotPresent
nameOverride: ""