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
|
||||
- name: 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:
|
||||
- name: web
|
||||
image: nodered/node-red:3.1.5-14
|
||||
image: nodered/node-red:3.1.5-18
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1880
|
||||
|
Loading…
Reference in New Issue
Block a user