vmware-archive / operator-builder

A Kubebuilder plugin to accelerate the development of Kubernetes operators
MIT License
41 stars 6 forks source link

bug(multi-version): companion-cli version is not updated to latest #234

Closed scottd018 closed 2 years ago

scottd018 commented 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
}