From 4439828d854ca56cd83e9e25950ca3bfdcc8c492 Mon Sep 17 00:00:00 2001
From: Edward Welch <edward.welch@grafana.com>
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 +-
 production/ksonnet/loki/images.libsonnet     | 2 +-
 production/ksonnet/promtail/config.libsonnet | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/production/helm/loki-stack/Chart.yaml b/production/helm/loki-stack/Chart.yaml
index b4df444c..5ebe33ef 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 0727864f..8703a5ff 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 1cd3bf1b..7ac6129a 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 4132054d..efbfc8b5 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 4e8c7d73..9848bf36 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: {}
diff --git a/production/ksonnet/loki/images.libsonnet b/production/ksonnet/loki/images.libsonnet
index a33db7e6..08e84be5 100644
--- a/production/ksonnet/loki/images.libsonnet
+++ b/production/ksonnet/loki/images.libsonnet
@@ -4,7 +4,7 @@
     memcached: 'memcached:1.5.6-alpine',
     memcachedExporter: 'prom/memcached-exporter:v0.4.1',
 
-    loki: 'grafana/loki:latest',
+    loki: 'grafana/loki:v0.1.0',
 
     distributor: self.loki,
     ingester: self.loki,
diff --git a/production/ksonnet/promtail/config.libsonnet b/production/ksonnet/promtail/config.libsonnet
index a3df83eb..e3c2a293 100644
--- a/production/ksonnet/promtail/config.libsonnet
+++ b/production/ksonnet/promtail/config.libsonnet
@@ -1,6 +1,6 @@
 {
   _images+:: {
-    promtail: 'grafana/promtail:latest',
+    promtail: 'grafana/promtail:v0.1.0',
   },
 
   _config+:: {
-- 
GitLab