From bb7d28640e7d43765dea735b4f9360ec222fa178 Mon Sep 17 00:00:00 2001 From: Carl Mes Date: Fri, 22 Nov 2024 14:37:38 -0700 Subject: [PATCH] Update base image name in node-feature-discovery.yaml Fixed for OpenShift 4.17 --- .../operators/nfd/instance/base/node-feature-discovery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/operators/nfd/instance/base/node-feature-discovery.yaml b/components/operators/nfd/instance/base/node-feature-discovery.yaml index 2fe71c22..36900ab4 100644 --- a/components/operators/nfd/instance/base/node-feature-discovery.yaml +++ b/components/operators/nfd/instance/base/node-feature-discovery.yaml @@ -15,7 +15,7 @@ spec: operand: # bug: an image has to be defined otherwise the deployment fails # bug: this behavior recently changed - image: registry.redhat.io/openshift4/ose-node-feature-discovery:latest + image: registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:latest servicePort: 12000 workerConfig: configData: |