diff --git a/production/helm/loki-stack/Chart.yaml b/production/helm/loki-stack/Chart.yaml
index b4df444c686cb2aed15818f0af8bdf6cb8ffd301..5ebe33ef3a96eaff390a65b85bcf9336348253a4 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 0727864f6933f84925a12e807fbd739a77ce829e..8703a5fff724127c61cda3ff3bb3181ac42efa1e 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 1cd3bf1b47e6c45089eab129783668d5ac197ce9..7ac6129ae690042c5378a297d889e5e50fc2a793 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 4132054d311fbf1ab26014427d77bf61ff1bad7d..efbfc8b55dae562ada65c2f5127245dce6eeb0a9 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 4e8c7d737393662978191ca05a3ad4337ede620e..9848bf364031c4299b153f4ef58394939aecb81f 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 a33db7e6311302f63b662fc85c1e495960217ef2..08e84be54de72268c3ee30cda5005c179a004922 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 a3df83eba51fbfa6f1a8159e05808e360bef7eae..e3c2a293368ea2629fdac19537a211c54b93251d 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+:: {