rancher-sandbox / cluster-api-addon-provider-fleet

Cluster API Add-on Provider for Fleet will auto register child clusters with fleet.
Apache License 2.0
2 stars 3 forks source link

Update docker image to depend on alpine/helm for helm CLI availability. #43

Closed Danil-Grigorev closed 1 month ago

Danil-Grigorev commented 1 month ago

Helm does not have an API to use with rust. Desired installation method for fleet is helm. As an alternative to provide helm based operations for controller, Dockerfile can be a multistage build, which will install helm CLI into the image.

We can base the image on alpine/helm.