Skip to content

Commit

Permalink
helm/loki-stack supports k8s 1.16 (grafana#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py authored and cyriltovena committed Nov 7, 2019
1 parent 519f65c commit 97466d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.18.1
version: 0.19.0
appVersion: v0.4.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
4 changes: 2 additions & 2 deletions production/helm/loki-stack/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
version: "^0.0.1"
- name: "grafana"
condition: grafana.enabled
version: "~3.4.3"
version: "~3.8.15"
repository: "https://kubernetes-charts.storage.googleapis.com/"
- name: "prometheus"
condition: prometheus.enabled
version: "~8.11.2"
version: "~9.3.0"
repository: "https://kubernetes-charts.storage.googleapis.com/"

0 comments on commit 97466d7

Please sign in to comment.