Skip to content

Commit

Permalink
Helm/loki-stack: refresh default grafana.image.tag to 6.7.0 (grafana#…
Browse files Browse the repository at this point in the history
…1825)

* update grafana.image.tag in loki-stack' helm chart

* bump loki-stack chart

Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
polar3130 and cyriltovena authored Mar 23, 2020
1 parent fd99340 commit 1c133a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: loki-stack
version: 0.32.2
version: 0.33.0
appVersion: v1.3.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ grafana:
datasources:
enabled: true
image:
tag: 6.6.0
tag: 6.7.0

prometheus:
enabled: false

0 comments on commit 1c133a9

Please sign in to comment.