kubernetes-sigs / cluster-api-operator

Home for Cluster API Operator, a subproject of sig-cluster-lifecycle
https://cluster-api-operator.sigs.k8s.io
Apache License 2.0
148 stars 64 forks source link

Support a common version variable as clusterAPI, controlPlane and Kubeadm provider versions are usually the same. #483

Open khatrig opened 3 months ago

khatrig commented 3 months ago

User Story

As a user I would like to use a common provider version variable as capi, controlPlane and Kubeadm provider versions are usually the same.

Detailed Description

As a user, I have to pass the same version(Eg. 1.6.1) in 3 places to install a specific version of core, controlplane, kubeadm providers. Usually, all 3 provider versions are the same.

CAPI Operator Helm chart should support a common version that all 3 providers can use. If a common version is not found, provider-specific versions can take precedence.

Anything else you would like to add:

[Miscellaneous information that will assist in solving the issue.]

/kind feature

alexander-demicev commented 3 months ago

/triage accepted