From 6c462aefa6f40f4b33c7affdc9f2f424f29bb5dc Mon Sep 17 00:00:00 2001
From: Damien Lespiau <damien@weave.works>
Date: Tue, 16 Oct 2018 13:58:51 +0100
Subject: [PATCH] contrib/kube-prometheus: Bump the prometheus-operator jsonnet
 dep

kube-prometheus now contains a script, sync-to-internal-registry.jsonnet, that
depends on commit 8c6a68760010347134e41f3aa3d73c68eb094a1b to work. Bump the
prometheus-operator hash accordingly.
---
 jsonnetfile.lock.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json
index b350b259..2d290153 100644
--- a/jsonnetfile.lock.json
+++ b/jsonnetfile.lock.json
@@ -68,7 +68,7 @@
                     "subdir": "jsonnet/prometheus-operator"
                 }
             },
-            "version": "4a7fea51ab3f10329472c07028354617fb6635fe"
+            "version": "8c6a68760010347134e41f3aa3d73c68eb094a1b"
         },
         {
             "name": "etcd-mixin",
-- 
GitLab