provider-helm icon indicating copy to clipboard operation
provider-helm copied to clipboard

Support obtaining helm chart from ConfigMap.

Open iciclespider opened this issue 2 years ago • 1 comments

What problem are you facing?

I do not want to rely on an external helm repository or an external server url providing the helm chart.

How could Crossplane help solve your problem?

Allow the helm chart used to be obtained from a ConfigMap.

iciclespider avatar Oct 28 '22 16:10 iciclespider

This would be really helpful for a POC we are building. We have a vendor that distributes Helm charts, but not publicly. Our internal repositories are not accessible from public clouds. We can't put their chart on a public repository. There is no S3 bucket support (though on second thought S3 should work as a manual copy of the chart tarball and use the URL to grab it over HTTPS).

Putting the chart into something like a CM would help us bridge the feasibility gap so we can petition them with working code to post a public repo.

briantopping avatar Mar 22 '24 16:03 briantopping