Skip to content

Commit

Permalink
fix grafana image tag by pinning it (grafana#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena authored Aug 1, 2019
1 parent 9736a83 commit 882b92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.13.0
version: 0.13.1
appVersion: 0.0.1
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
2 changes: 2 additions & 0 deletions production/helm/loki-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ grafana:
sidecar:
datasources:
enabled: true
image:
tag: 6.3.0-beta2

prometheus:
enabled: false
Expand Down

0 comments on commit 882b92b

Please sign in to comment.