Bump the node-red container version to 1.0.4 (#21493)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2020-03-18 02:38:48 -07:00
committed by GitHub
parent bc71f315e1
commit 49cef48170
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 1.0.2
appVersion: 1.0.4
description: Node-RED is low-code programming for event-driven applications
name: node-red
version: 1.4.1
version: 1.4.2
keywords:
- nodered
- node-red
+1 -1
View File
@@ -38,7 +38,7 @@ The following tables lists the configurable parameters of the Node-RED chart and
| Parameter | Description | Default |
|:---------------------------------- |:----------------------------------------------------------------------- |:------------------------- |
| `image.repository` | node-red image | `nodered/node-red` |
| `image.tag` | node-red image tag | `1.0.2-12-minimal` |
| `image.tag` | node-red image tag | `1.0.4-12-minimal` |
| `image.pullPolicy` | node-red image pull policy | `IfNotPresent` |
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |
| `livenessProbePath` | Default livenessProbe path | `/` |
+1 -1
View File
@@ -7,7 +7,7 @@ strategyType: Recreate
image:
repository: nodered/node-red
tag: 1.0.1-12-minimal
tag: 1.0.4-12-minimal
pullPolicy: IfNotPresent
nameOverride: ""