From 5e2121c8efa5ce6cfcc32d5c200d8bf3b4b18d1b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Jun 2024 03:04:53 +0000 Subject: [PATCH] Update nodered/node-red Docker tag to v4.0.1 --- manifests/nodered/nodered.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index f9fd39a..a9232ac 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -57,7 +57,7 @@ spec: - name: data mountPath: /data - name: update-native-modules - image: nodered/node-red:4.0.0-18 + image: nodered/node-red:4.0.1-18 imagePullPolicy: IfNotPresent command: - bash @@ -70,7 +70,7 @@ spec: mountPath: /data containers: - name: web - image: nodered/node-red:4.0.0-18 + image: nodered/node-red:4.0.1-18 imagePullPolicy: Always ports: - containerPort: 1880 -- 2.45.2