Actions-runner-controller: Publish helm chart to a registry

Created on 16 Nov 2020  路  7Comments  路  Source: summerwind/actions-runner-controller

Is there any plan to publish the helm chart to some sort of registry?

Maybe to artifacthub?

Most helpful comment

@callum-tait-pbx @mumoshu any update?

All 7 comments

The Helm chart is super duper new (like 2 new days), it still needs properly testing really. It came about from https://github.com/summerwind/actions-runner-controller/issues/184 with the work done on https://github.com/summerwind/actions-runner-controller/pull/187 . I think publishing is something that could be considered down the road but it's a bit early to say right now, @mumoshu will have thoughts on this. The original request was by myself as I work in a Helm env which has an internal Artifactory Helm repo which I intend to publish to instead.

I'm looking for a solution that makes the process super easy. It would be best if it's matter of just passing helm package result into another single command.

It would be really great if we could perhaps make use of Helms chart releaser to package and release the chart onto github pages. This would be simple and self managing. I'll put together a PR? Once it's in pages people (like myself :D) can hook onto the releases allowing them to be sync with internal feeds.

https://github.com/marketplace/actions/helm-chart-releaser

@callum-tait-pbx @mumoshu any update?

There were 2 releases published so far for helm chart but I can't find a way to add helm repo as I'm getting the following error:

helm repo add runner https://github.com/summerwind/actions-runner-controller
Error: looks like "https://github.com/summerwind/actions-runner-controller" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/summerwind/actions-runner-controller/index.yaml : 404 Not Found

@mumoshu Do you have any update on this?

@ahmad-hamade use:

$ helm repo add runner https://summerwind.github.io/actions-runner-controller/
"runner" has been added to your repositories

$ helm search repo actions-runner-controller
NAME                                CHART VERSION   APP VERSION DESCRIPTION
runner/actions-runner-controller    0.2.0           0.16.0      A Kubernetes controller that operates self-host...

Thank you @donovanmuller. I was using the wrong repo URL.

I will be closing this issue now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Puneeth-n picture Puneeth-n  路  3Comments

raj-saxena picture raj-saxena  路  5Comments

jeffrey-kinesso picture jeffrey-kinesso  路  5Comments

kimxogus picture kimxogus  路  3Comments

RRoundTable picture RRoundTable  路  3Comments