Closed scottd018 closed 2 years ago
When provisioning multiple versions, the companion-cli version is not updated to the latest one. Here is an example:
var APIVersionLatestCloudNativePlatform = "v1alpha1" var APIVersionsCloudNativePlatform = []string{ "v1alpha1", "v1alpha2", //+kubebuilder:scaffold:operator-builder:apiversions }
When provisioning multiple versions, the companion-cli version is not updated to the latest one. Here is an example: