local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

Publish Helm chart in a chart repository to simplify installation

Open chgl opened this issue 4 years ago • 21 comments

Having to download the repository to install the provisioner via the helm chart is a bit more inconvenient than if it were available via a chart repository. A central repository for all Rancher charts could be hosted directly via GitHub Pages (see https://medium.com/@mattiaperi/create-a-public-helm-chart-repository-with-github-pages-49b180dbb417).

I see that there already is a GitHub repo (https://github.com/rancher/charts), but I can't find any reference to a corresponding Helm chart repo.

chgl avatar Jun 05 '20 08:06 chgl

+1

appany-it avatar Jun 22 '20 23:06 appany-it

We're working on adding local path provisioner to a Helm repo.

yasker avatar Jun 23 '20 22:06 yasker

+1

sergeyshaykhullin avatar Jul 09 '20 21:07 sergeyshaykhullin

https://github.com/rancher/local-path-provisioner/tree/master/deploy/chart

ribx avatar Jul 16 '20 13:07 ribx

+1

softwareplumber avatar Aug 10 '20 15:08 softwareplumber

+1

ugoviti avatar Aug 22 '20 15:08 ugoviti

@yasker Hello, any updates?

sergeyshaykhullin avatar Sep 22 '20 08:09 sergeyshaykhullin

expecting updates

will-beta avatar Oct 17 '20 03:10 will-beta

That is a prerequisite to add helm repo support?

sergeyshaykhullin avatar Dec 08 '20 22:12 sergeyshaykhullin

helm/chart-releaser-action can help to publish charts on GitHub Pages.

rmoreas avatar Feb 26 '21 17:02 rmoreas

Also you can publish chart in OCI format https://github.com/appany/helm-oci-chart-releaser

sergeyshaykhullin avatar Mar 11 '21 05:03 sergeyshaykhullin

I have found that @ebrianne published copy of this chart and it is available on:

  • Artifacthub https://artifacthub.io/packages/helm/ebrianne/local-path-provisioner
  • GitHub https://github.com/ebrianne/helm-charts/tree/master/charts/local-path-provisioner
  • GitHub Pages https://ebrianne.github.io/helm-charts
helm repo add ebrianne https://ebrianne.github.io/helm-charts
helm install my-local-path-provisioner ebrianne/local-path-provisioner --version 0.0.19 

And also @containeroo

  • Artifacthub https://artifacthub.io/packages/helm/containeroo/local-path-provisioner
  • GitHub https://github.com/containeroo/helm-charts/tree/master/charts/local-path-provisioner
  • GitHub Pages https://charts.containeroo.ch
helm repo add containeroo https://charts.containeroo.ch
helm install my-local-path-provisioner containeroo/local-path-provisioner --version 0.0.19

For me it is sutable as temporary workaround 🎉

sergeyshaykhullin avatar May 20 '21 12:05 sergeyshaykhullin

@sergeyshaykhullin I did it because I saw that no chart was available for it. Pretty simple and working good for my needs.

ebrianne avatar May 20 '21 12:05 ebrianne

Im glad that https://charts.containeroo.ch and https://ebrianne.github.io/helm-charts. Will these be kept up to date with new releases? Currently version 0.0.20 is out. Any word on when rancher will do there own one?

Forbzy avatar Nov 26 '21 14:11 Forbzy

@Forbzy I ll try to keep it up to date. But it would be great if rancher would provide the chart out of the box.

ebrianne avatar Nov 26 '21 14:11 ebrianne

any update ?

patsevanton avatar Nov 24 '22 04:11 patsevanton