From 1c133a952e863289fbdf036a0118ec8e1cc74c0f Mon Sep 17 00:00:00 2001 From: polar3130 <47264004+polar3130@users.noreply.github.com> Date: Tue, 24 Mar 2020 00:13:13 +0900 Subject: [PATCH] Helm/loki-stack: refresh default grafana.image.tag to 6.7.0 (#1825) * update grafana.image.tag in loki-stack' helm chart * bump loki-stack chart Co-authored-by: Cyril Tovena --- production/helm/loki-stack/Chart.yaml | 2 +- production/helm/loki-stack/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production/helm/loki-stack/Chart.yaml b/production/helm/loki-stack/Chart.yaml index bf4b8a992fd3..d738984e240d 100644 --- a/production/helm/loki-stack/Chart.yaml +++ b/production/helm/loki-stack/Chart.yaml @@ -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." diff --git a/production/helm/loki-stack/values.yaml b/production/helm/loki-stack/values.yaml index 4cc90cb7f4a1..f7f2cd8f2556 100644 --- a/production/helm/loki-stack/values.yaml +++ b/production/helm/loki-stack/values.yaml @@ -13,7 +13,7 @@ grafana: datasources: enabled: true image: - tag: 6.6.0 + tag: 6.7.0 prometheus: enabled: false