azimuth-cloud / capi-helm-charts

Apache License 2.0
16 stars 18 forks source link

API Provider mismatch issues when using cluster api provider 0.10.4 #398

Open anish-mudaraddi opened 2 weeks ago

anish-mudaraddi commented 2 weeks ago

I've created a management cluster using these charts (using clusterctl openstack provider version 0.10.4). I'm using ArgoCD for managing deployments.

I'm getting out-of-sync issues for these lines:

Where the current infrastructureRef.apiVersion is currently infrastructure.cluster.x-k8s.io/v1beta1 but wants to be apiVersion: infrastructure.cluster.x-k8s.io/v1alpha7

Is there any reason why we can't change all of these APIVersion references - https://github.com/search?q=repo%3Aazimuth-cloud%2Fcapi-helm-charts%20v1alpha7&type=code to infrastructure.cluster.x-k8s.io/v1beta1 since this version was made available in v0.10.4?