Loki: Host Helm Chart in a repository

Created on 21 Dec 2018  路  17Comments  路  Source: grafana/loki

Right now if you want to deploy using the Helm chart method you have to clone the Loki repo and access the chart locally.

Helm provides a mechanism to install helm charts without needing to clone their source, called chart repositories. This would allow a user to deploy Loki like this:

helm repo add grafana <REPO-URL>
helm install grafana/loki --name loki --namespace <YOUR-NAMESPACE>

Most helpful comment

+1.

Also, you can register the repo with hub.helm.sh so that users can more easily find it.

All 17 comments

+1.

Also, you can register the repo with hub.helm.sh so that users can more easily find it.

@kfox1111 hi, i saw grafana helm repo is stable/grafana, but i do not find any setting in stable part in hub.helm.sh, is somewhere wrong?

How do we move this forward?

Is there any ci currently? I helped the ceph-csi folks get into hub.helm.sh recently. Willing to help a bit get this going.

The helm guys providing some tooling for this now too: https://github.com/helm/chart-releaser

I also require this as I would like to deploy loki with https://github.com/weaveworks/flux/

@kfox1111 do you have time to do this? Or i feel free to do this.

@daixiang0 go for it. The chart posted to helm/charts looks pretty good. A couple comments on the pr. Thanks for working on it.

@davkal about this comment, is there any progress, willing to do it.

We decided to host the chart ourselves. Still deciding next steps...

Voting also for this moving forward. Any help needed?

This issue is fixed by https://github.com/grafana/loki/pull/440. Please close

Happy to close it. Thanks for your contribution @steven-sheehy

One more thing before closing. Can someone submit the repo to hub.helm.sh?

Ah. Missed it. Thanks. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shkmaaz11 picture shkmaaz11  路  5Comments

steven-sheehy picture steven-sheehy  路  4Comments

pandey-adarsh147 picture pandey-adarsh147  路  4Comments

ghostsquad picture ghostsquad  路  3Comments

SuperQ picture SuperQ  路  5Comments