From d43ec167ae4532b05991fbaf2c682d9816c86cb2 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Mon, 8 Oct 2018 00:55:00 -0400 Subject: [PATCH] fixing to v8 variant of the image Signed-off-by: Jeff Billimek --- node-red/Chart.yaml | 2 +- node-red/README.md | 2 +- node-red/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node-red/Chart.yaml b/node-red/Chart.yaml index 9c240880..24a4649d 100644 --- a/node-red/Chart.yaml +++ b/node-red/Chart.yaml @@ -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 diff --git a/node-red/README.md b/node-red/README.md index 2492f24d..a9b4ff0f 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -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 | `` | diff --git a/node-red/values.yaml b/node-red/values.yaml index 8c901f56..4a99a828 100644 --- a/node-red/values.yaml +++ b/node-red/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: nodered/node-red-docker - tag: 0.19.4 + tag: 0.19.4-v8 pullPolicy: IfNotPresent nameOverride: ""