kubernetes-sigs/sig-storage-local-static-provisioner

Add helm chart repo

sergeyshaykhullin opened this issue ยท 15 comments

Is your feature request related to a problem? Please describe.
Add helm chart repo for provisioner, because manual installation with pulling git repo is not comfortable =/

Describe the solution you'd like in detail
helm repo add kubernetes-sigs https://whatever
https://helm.sh/docs/topics/chart_repository/

cofyc commented

This is useful. @msau42 Does k8s-infra provide a way to publish helm charts?

I'm unsure. Can you check in #wg-k8s-infra?

@cofyc Any updates? Can i help with something?

cofyc commented

I just asked in #wg-k8s-infra. If there is a way to host helm charts, we can publish it.

cofyc commented

currently, our infra does not host the helm charts. the helm central repo is deprecated, I'm not sure where we can publish our charts.

https://kubernetes.slack.com/archives/CCK68P2Q2/p1592189918344000

Yes, helm/charts is deprecated, i added link to guide how to add custom helm chart repo https://helm.sh/docs/topics/chart_repository/

cofyc commented

maybe the GitHub pages is an option for us

cofyc commented

@sergeyshaykhullin I noticed that you closed this, has the chart actually been published somewhere since @cofyc 's last comment?

For the record, I worked around this using the helm-git plugin [0] like so:

$ helm repo add local-provisioner git+https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner.git@helm?ref=master

[0] https://github.com/aslafy-z/helm-git

@sergeyshaykhullin Can you open this issue again please?

@vaskozl ๐Ÿ–๏ธ

This looks like a duplicate of #35
/close

@msau42: Closing this issue.

In response to this:

This looks like a duplicate of #35
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.