Skip to content

Commit

Permalink
Merge pull request grafana#491 from daixiang0/debug-helm
Browse files Browse the repository at this point in the history
Add doc about how to contribute helm
  • Loading branch information
davkal authored May 14, 2019
2 parents 1d694c8 + bf8ae27 commit 84246d3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions production/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,20 @@ tls:
hosts:
- {{ .Values.ingress.host }}
```

## How to contribute

If you want to add any feature to helm chart, you can follow as below:

```bash
$ # do some changes to loki/promtail in the corresponding directory
$ make helm
$ helm upgrade --install loki ./loki-stack-*.tgz
```

After verify changes, need to bump chart version.
For example, if you update the loki chart, you need to bump the version as following:

```bash
$ # update version loki/Chart.yaml
$ # update version loki-stack/Chart.yaml

0 comments on commit 84246d3

Please sign in to comment.