-
Sub-task
-
Resolution: Done
-
Normal
-
None
-
None
-
Quality / Stability / Reliability
-
2
-
False
-
-
False
-
None
-
Description of problem:
When executing a VM network latency checkup in the kubevirt UI (under Virtualization --> Checkups), the job that comes up uses this image: registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9:v4.13.0 for much higher CNV versions. This is probably hard-coded to 4.13, and the tag should be taken based on the CNV version.
Version-Release number of selected component (if applicable):
4.14 - 4.19 and 4.99
How reproducible:
100%
Steps to Reproduce:
1. Navigate to Virtualization --> Checkups 2. Install permissions (if not done yet) 3. Run the network latency checkup from the UI 4. Open the Job that was created and check the image it uses in the container named "vm-latency-checkup-sa"
Actual results:
the job uses a 4.13 image instead of the corresponding image shipped with the bundle
Expected results:
the job should be using the network-lantency-checkup image we ship in the bundle at related images, e.g. https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=3533674
Additional info: