redhat-performance / benchmark-runner

Containerized Python based Framework for running and visualizing benchmark workloads on any Kubernetes/ OpenShift and runtime kinds pods, kata containers and kubevirt virtual machines simply and safely
Apache License 2.0
20 stars 19 forks source link

Hot fix: CNV version #918

Closed ebattat closed 1 month ago

ebattat commented 1 month ago

Type of change

Note: Fill x in []

Description

Return None version when there are several versions:

# oc get csv -n openshift-cnv
NAME                                       DISPLAY                          VERSION   REPLACES                                   PHASE
kubevirt-hyperconverged-operator.v4.14.8   OpenShift Virtualization         4.14.8    kubevirt-hyperconverged-operator.v4.14.7   Succeeded
node-healthcheck-operator.v0.8.2           Node Health Check Operator       0.8.2     node-healthcheck-operator.v0.8.1           Succeeded
self-node-remediation.v0.9.0               Self Node Remediation Operator   0.9.0     self-node-remediation.v0.8.0               Succeeded

Solved it by searching hyperconverged-operator and there return the cnv version

For security reasons, all pull requests need to be approved first before running any automated CI