openstack-resource-controller icon indicating copy to clipboard operation
openstack-resource-controller copied to clipboard

Add Helm charts to install ORC

Open jschoone opened this issue 10 months ago • 5 comments

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.

jschoone avatar Apr 01 '25 09:04 jschoone

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.

mandre avatar Apr 08 '25 15:04 mandre

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 avatar Apr 10 '25 13:04 spnngl

@spnngl that's awesome! would you be willing to contribute these charts to our repository and help maintain them in the future?

mandre avatar Apr 11 '25 08:04 mandre

@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

spnngl avatar Apr 11 '25 09:04 spnngl

@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 ^^

spnngl avatar Apr 11 '25 14:04 spnngl