Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena committed May 24, 2019
1 parent e5fd34e commit 7ec8ccc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file removed main
Binary file not shown.
3 changes: 3 additions & 0 deletions production/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,6 @@ For example, if you update the loki chart, you need to bump the version as follo
```bash
$ # update version loki/Chart.yaml
$ # update version loki-stack/Chart.yaml
```

You can use the `make helm-debug` to test and print out all chart templates. If you want to install helm (tiller) in your cluster use `make helm-install`, to install the current build in your Kubernetes cluster run `make helm-upgrade`.
2 changes: 1 addition & 1 deletion production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: loki-stack
version: 0.9.3
version: 0.9.4
appVersion: 0.0.1
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down

0 comments on commit 7ec8ccc

Please sign in to comment.