From c6c67bb4507915275b7bedfed577fa6e95eaba32 Mon Sep 17 00:00:00 2001
From: Frederic Branczyk <fbranczyk@gmail.com>
Date: Thu, 4 May 2017 10:52:21 +0200
Subject: [PATCH] kube-prometheus: update node-exporter to leatest release

---
 manifests/node-exporter/node-exporter-daemonset.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/node-exporter/node-exporter-daemonset.yaml b/manifests/node-exporter/node-exporter-daemonset.yaml
index 8c9565ba..d42413cb 100644
--- a/manifests/node-exporter/node-exporter-daemonset.yaml
+++ b/manifests/node-exporter/node-exporter-daemonset.yaml
@@ -12,7 +12,7 @@ spec:
       hostNetwork: true
       hostPID: true
       containers:
-      - image:  quay.io/prometheus/node-exporter:v0.13.0
+      - image:  quay.io/prometheus/node-exporter:v0.14.0
         args:
         - "-collector.procfs=/host/proc"
         - "-collector.sysfs=/host/sys"
-- 
GitLab