mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fixing to v8 variant of the image
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
2d38f617b0
commit
d43ec167ae
@ -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
|
||||
|
@ -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 | `` |
|
||||
|
@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: nodered/node-red-docker
|
||||
tag: 0.19.4
|
||||
tag: 0.19.4-v8
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
Loading…
Reference in New Issue
Block a user