When attempting to install the openshift-nfd operator using this repo, several containers fail to launch or are crashlooping due to the "latest" tag being hardcoded in the NodeFeatureDiscovery config. This should be removed so that the operator can use the correct versions of containers based on digests rather than this latest tag.
The spec.customConfig field also appears to be deprecated, and causes a sync issue in ArgoCD.
When attempting to install the openshift-nfd operator using this repo, several containers fail to launch or are crashlooping due to the "latest" tag being hardcoded in the
NodeFeatureDiscoveryconfig. This should be removed so that the operator can use the correct versions of containers based on digests rather than this latest tag.The
spec.customConfigfield also appears to be deprecated, and causes a sync issue in ArgoCD.