local-path-provisioner
local-path-provisioner copied to clipboard
Publish Helm chart in a chart repository to simplify installation
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.
+1
We're working on adding local path provisioner to a Helm repo.
+1
https://github.com/rancher/local-path-provisioner/tree/master/deploy/chart
+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:
- 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 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 ?