diff --git a/jsonnet/kube-prometheus/node-exporter/node-exporter.libsonnet b/jsonnet/kube-prometheus/node-exporter/node-exporter.libsonnet
index 29d05d981fe3a7cda925ef58734762594a2071dd..a55ca26c2baef0692f8c0f73ee296fa61caed9c2 100644
--- a/jsonnet/kube-prometheus/node-exporter/node-exporter.libsonnet
+++ b/jsonnet/kube-prometheus/node-exporter/node-exporter.libsonnet
@@ -67,7 +67,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
       local podLabels = { app: 'node-exporter' };
 
       local existsToleration = toleration.new() +
-                                  toleration.withOperator('Exists')
+                               toleration.withOperator('Exists');
       local procVolumeName = 'proc';
       local procVolume = volume.fromHostPath(procVolumeName, '/proc');
       local procVolumeMount = containerVolumeMount.new(procVolumeName, '/host/proc');
diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json
index 41225aa60f84e39602fcab724937b80f4669bf21..9aade1cd32e29a3cc3201669d4bc47e910daafeb 100644
--- a/jsonnetfile.lock.json
+++ b/jsonnetfile.lock.json
@@ -8,7 +8,7 @@
                     "subdir": "jsonnet/kube-prometheus"
                 }
             },
-            "version": "fa9350694108ac3b6cb7aeef57b28320e187eef6"
+            "version": "3f6d0c6dd3288d0c8b600a0d526ea62f0999af19"
         },
         {
             "name": "ksonnet",
@@ -38,7 +38,7 @@
                     "subdir": "grafonnet"
                 }
             },
-            "version": "bcd95ffa00fc4a58d34832f88f4b366effeb63ad"
+            "version": "3264a8ab6efa23d55da45ea3a3d3b39e86696c76"
         },
         {
             "name": "grafana-builder",
@@ -48,7 +48,7 @@
                     "subdir": "grafana-builder"
                 }
             },
-            "version": "de367fc28346fbf5a9afdef887ea20d9ffb7e927"
+            "version": "76258e92c20a2bca74e7f2630c3f8d562919ec86"
         },
         {
             "name": "grafana",
@@ -78,7 +78,7 @@
                     "subdir": "Documentation/etcd-mixin"
                 }
             },
-            "version": "0de9b8abf57f7b44f6319bacc0656b813c8526c1"
+            "version": "53891cbf9716b942b4f9c5929bbd2781180bf8e0"
         }
     ]
 }
diff --git a/manifests/node-exporter-daemonset.yaml b/manifests/node-exporter-daemonset.yaml
index a1a48d20bd83521fbcc37a95b4cb57b4dfd718b7..69bcc365131bc84f0d8b6687d5cb63ecdd85c9f7 100644
--- a/manifests/node-exporter-daemonset.yaml
+++ b/manifests/node-exporter-daemonset.yaml
@@ -74,10 +74,7 @@ spec:
         runAsUser: 65534
       serviceAccountName: node-exporter
       tolerations:
-      - effect: NoExecute
-        operator: Exists
-      - effect: NoSchedule
-        operator: Exists
+      - operator: Exists
       volumes:
       - hostPath:
           path: /proc