Skip to content

Commit

Permalink
#754 Use special image for NFD on OpenShift 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fketelaars committed Aug 11, 2024
1 parent 21f249d commit de64ccb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ spec:
instance: "" # instance is empty by default
topologyupdater: false # False by default
operand:
{% if _p_current_ocp_version == '4.15' %}
image: registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:v{{ _p_current_ocp_version }}
{% else %}
image: registry.redhat.io/openshift4/ose-node-feature-discovery:v{{ _p_current_ocp_version }}
{% endif %}
servicePort: 12000
workerConfig:
configData: |
Expand Down

0 comments on commit de64ccb

Please sign in to comment.