Switch node-red to using Node v18
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
8e24fc7631
commit
bdeeba249b
@ -56,9 +56,21 @@ spec:
|
|||||||
subPath: settings.js
|
subPath: settings.js
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
- name: update-native-modules
|
||||||
|
image: nodered/node-red:3.1.5-18
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
command:
|
||||||
|
- bash
|
||||||
|
- -c
|
||||||
|
- |
|
||||||
|
cd /data
|
||||||
|
npm rebuild
|
||||||
|
volumeMounts:
|
||||||
|
- name: data
|
||||||
|
mountPath: /data
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: nodered/node-red:3.1.5-14
|
image: nodered/node-red:3.1.5-18
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 1880
|
- containerPort: 1880
|
||||||
|
Loading…
Reference in New Issue
Block a user