From 5384429ed09a5d20778e08f5344df4e76711d845 Mon Sep 17 00:00:00 2001 From: Ricardo Osorio Date: Tue, 16 Aug 2022 10:56:56 +0100 Subject: [PATCH] Update default images for init and node containers (#223) Init has been updated with a new release Node has been updated with an image alike "develop" versions we have for other repos. This includes all changes in C2 up to the commit 1b5c8b0 --- channels/packages/node/2.5.0/daemonset.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/channels/packages/node/2.5.0/daemonset.yaml b/channels/packages/node/2.5.0/daemonset.yaml index 39743d23..71849946 100644 --- a/channels/packages/node/2.5.0/daemonset.yaml +++ b/channels/packages/node/2.5.0/daemonset.yaml @@ -118,6 +118,10 @@ spec: value: storageos-node - name: DAEMONSET_NAMESPACE value: default + - name: NODE + valueFrom: + fieldRef: + fieldPath: spec.nodeName envFrom: - configMapRef: name: storageos-node