From fcd19e45a063fa6abacc64e36263847027c540a1 Mon Sep 17 00:00:00 2001 From: Edward Welch Date: Mon, 3 Jun 2019 16:47:33 -0400 Subject: [PATCH] updating versions for loki v0.1.0 --- production/helm/loki-stack/Chart.yaml | 2 +- production/helm/loki/Chart.yaml | 2 +- production/helm/loki/values.yaml | 2 +- production/helm/promtail/Chart.yaml | 2 +- production/helm/promtail/values.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/production/helm/loki-stack/Chart.yaml b/production/helm/loki-stack/Chart.yaml index b4df444c686c..5ebe33ef3a96 100644 --- a/production/helm/loki-stack/Chart.yaml +++ b/production/helm/loki-stack/Chart.yaml @@ -1,5 +1,5 @@ name: loki-stack -version: 0.10.1 +version: 0.11.0 appVersion: 0.0.1 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs." diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 0727864f6933..8703a5fff724 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -1,5 +1,5 @@ name: loki -version: 0.9.2 +version: 0.10.0 appVersion: 0.0.1 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs." diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 1cd3bf1b47e6..7ac6129ae690 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -66,7 +66,7 @@ config: image: repository: grafana/loki - tag: latest + tag: v0.1.0 pullPolicy: IfNotPresent ## Additional Loki container arguments, e.g. log level (debug, info, warn, error) diff --git a/production/helm/promtail/Chart.yaml b/production/helm/promtail/Chart.yaml index 4132054d311f..efbfc8b55dae 100644 --- a/production/helm/promtail/Chart.yaml +++ b/production/helm/promtail/Chart.yaml @@ -1,5 +1,5 @@ name: promtail -version: 0.7.3 +version: 0.8.0 appVersion: 0.0.1 kubeVersion: "^1.10.0-0" description: "Responsible for gathering logs and sending them to Loki" diff --git a/production/helm/promtail/values.yaml b/production/helm/promtail/values.yaml index 4e8c7d737393..9848bf364031 100644 --- a/production/helm/promtail/values.yaml +++ b/production/helm/promtail/values.yaml @@ -8,7 +8,7 @@ deploymentStrategy: RollingUpdate image: repository: grafana/promtail - tag: latest + tag: v0.1.0 pullPolicy: IfNotPresent livenessProbe: {}