Open chgl opened 4 years ago
+1
We're working on adding local path provisioner to a Helm repo.
+1
+1
+1
@yasker Hello, any updates?
expecting updates
That is a prerequisite to add helm repo support?
helm/chart-releaser-action can help to publish charts on GitHub Pages.
Also you can publish chart in OCI format https://github.com/appany/helm-oci-chart-releaser
I have found that @ebrianne published copy of this chart and it is available on:
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
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 I did it because I saw that no chart was available for it. Pretty simple and working good for my needs.
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 I ll try to keep it up to date. But it would be great if rancher would provide the chart out of the box.
any update ?
Any update?
It's been a number of years since this thread was updated, it looks like the above helm repositories are outdated
Any chance we could finally see local-path-provisioner in a official helm repo?
I think one of the major issues in getting this done is that this is very easy to do if the Rancher folks were using GH Workflows. However they are using drone for their build process and not sure if there's anyone that wants to contribute that change outside Rancher/SUSE. There are no easy methods to do with drone (insert the glue here) meanwhile using the official Helm chart-releaser-action with GH workflows is dead simple.
My ask to the maintainers would be, can GH workflows replace Drone here, if so are PRs welcome?
For the mean time I have migrated to democratic-csi using their local-hostpath driver which has a published chart and good support from the developer. You can also deploy openebs as local-hostpath as well.
Would also appreciate a helm repo. It can be hosted in this github repo as the source
Hi! I am using fluxcd and would appreciate very much if some oci or helm chart registry will appear for storing local-path-provisioner. I know about project https://github.com/rancher/charts and it is shame that local-path-provisioner
is not available in such a way as it is very useful and stable component.
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.