fixing to v8 variant of the image

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2018-10-08 00:55:00 -04:00
parent 2d38f617b0
commit d43ec167ae
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.19.4
description: Node-RED
name: node-red
version: 0.0.3
version: 0.0.4
keywords:
- nodered
- node-red

View File

@ -38,7 +38,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
| Parameter | Description | Default |
| ------------------------------- | ------------------------------- | ---------------------------------------------------------- |
| `image.repository` | node-red image | `nodered/node-red-docker` |
| `image.tag` | node-red image tag | `0.19.4` |
| `image.tag` | node-red image tag | `0.19.4-v8` |
| `image.pullPolicy` | node-red image pull policy | `IfNotPresent` |
| `flows` | Default flows configuration | `` |
| `nodeOptions` | Node.js runtime arguments | `` |

View File

@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: nodered/node-red-docker
tag: 0.19.4
tag: 0.19.4-v8
pullPolicy: IfNotPresent
nameOverride: ""