-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Component
Images
Is your enhancement related to a problem? Please describe
It would be very useful to have the ability to specify the version of Openshift instead of having to rely on a hard coded value in each build. I understand this might be difficult to support any version of Openshift, but even just having the ability to support minor versions would be helpful. For example, I want to keep testing on 4.18, but the latest 4.18 version is 4.18.2, which is old. If major versions (ie 4.18 and 4.19) are not possible, please consider minor versions.
Describe the solution you'd like
Having a new field in the configuration for which Openshift version to pull would solve this. For example, one could pass 4.18.17 or 4.19.1.
Describe alternatives you've considered
The only alternative is to hope a version of the CRC executable has the Openshift version you want, but that is unlikely. I want to keep testing on 4.18 but must an older z version of 4.18.2. I also tried upgrading but don't believe this is possible.
Additional context
No response