azimuth-cloud / capi-helm-charts

Apache License 2.0
16 stars 18 forks source link

update API Provider to v1beta1 #399

Open anish-mudaraddi opened 2 weeks ago

anish-mudaraddi commented 2 weeks ago

An attempt to fix issue https://github.com/azimuth-cloud/capi-helm-charts/issues/398

update api provider to use v1beta1 since its provided in newest cluster api provider version 0.10.*

anish-mudaraddi commented 2 weeks ago

I've made the necessary changes - and I've tested making a cluster with the changes and its working for me!

scrungus commented 4 days ago

@anish-mudaraddi the etcd test is failing, looks like we need this change as well.

mkjpryor commented 4 days ago

It is also important that all of these changes are implemented in a backwards-compatible way. This means that where fields have changed their name, e.g. diskSize to sizeGiB for root volumes, we want to respect both (for the time being at least).

anish-mudaraddi commented 3 days ago

@mkjpryor no problem - I'll try to implement the functionality you requested!