Skip to content
Snippets Groups Projects
Commit 0ca896ee authored by Xiang Dai's avatar Xiang Dai
Browse files

Update language


Signed-off-by: default avatarXiang Dai <764524258@qq.com>
parent 632db54d
No related branches found
No related tags found
No related merge requests found
......@@ -62,15 +62,13 @@ Then follow the [instructions for adding the loki datasource](/docs/usage.md), u
If you want to add any feature to helm chart, you can follow as below:
```bash
$ cd production/helm
$ # do some changes to loki/promtail in corresponding directory
$ helm dependency update loki-stack # run after do any changes
$ helm install ./loki-stack --dry-run --debug # to see changes format as expected
$ helm install ./loki-stack # to see changes work as expected
$ # 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 loki chart, you need bump version as following:
For example, if you update the loki chart, you need to bump the version as following:
```bash
$ # update version loki/Chart.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment