Add Helm charts to install ORC
As discussed via Slack, there are no plans for Helm chart so far. So I like to push the idea with this issue. At least some basic Helm charts could improve managing the ORC installations.
Thanks for reporting this issue. I agree this would be a useful addition.
We're unlikely to work on adding helm charts ourselves in the immediate future, but we'll gladly accept contributions to that effect.
Hey, I had the same issue and just finished to implement a CRDs + orc charts
See:
- https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/orc-crds
- https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/orc
@spnngl that's awesome! would you be willing to contribute these charts to our repository and help maintain them in the future?
@mandre Yep, in our company we prefer when things are upstream and not to be alone to use it & improve it ^^ I'll try to do this today
@mandre here my PR: https://github.com/k-orc/openstack-resource-controller/pull/348
I try to made some workflows too, orc-crds is 100% automatable and you'll need to setup artifacthub and/or github pages for charts. We still can use OCI directly within github though.
Documentation and improvements will follow ^^