From 83441715a89ac50d755a53a2959a4750dc8e162f Mon Sep 17 00:00:00 2001
From: paulfantom <pawel@krupa.net.pl>
Date: Thu, 11 Feb 2021 13:05:23 +0100
Subject: [PATCH] jsonnet: etcd mixin changed place

Signed-off-by: paulfantom <pawel@krupa.net.pl>
---
 jsonnet/kube-prometheus/addons/static-etcd.libsonnet | 2 +-
 jsonnet/kube-prometheus/jsonnetfile.json             | 2 +-
 jsonnetfile.lock.json                                | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/jsonnet/kube-prometheus/addons/static-etcd.libsonnet b/jsonnet/kube-prometheus/addons/static-etcd.libsonnet
index d49bc633..4f11a076 100644
--- a/jsonnet/kube-prometheus/addons/static-etcd.libsonnet
+++ b/jsonnet/kube-prometheus/addons/static-etcd.libsonnet
@@ -1,4 +1,4 @@
-(import 'github.com/etcd-io/etcd/Documentation/etcd-mixin/mixin.libsonnet') + {
+(import 'github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet') + {
   values+:: {
     etcd: {
       ips: [],
diff --git a/jsonnet/kube-prometheus/jsonnetfile.json b/jsonnet/kube-prometheus/jsonnetfile.json
index 578be8e9..1c3a3c98 100644
--- a/jsonnet/kube-prometheus/jsonnetfile.json
+++ b/jsonnet/kube-prometheus/jsonnetfile.json
@@ -14,7 +14,7 @@
       "source": {
         "git": {
           "remote": "https://github.com/etcd-io/etcd",
-          "subdir": "Documentation/etcd-mixin"
+          "subdir": "contrib/mixin"
         }
       },
       "version": "master"
diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json
index ec3c8607..fff69108 100644
--- a/jsonnetfile.lock.json
+++ b/jsonnetfile.lock.json
@@ -15,11 +15,11 @@
       "source": {
         "git": {
           "remote": "https://github.com/etcd-io/etcd.git",
-          "subdir": "Documentation/etcd-mixin"
+          "subdir": "contrib/mixin"
         }
       },
-      "version": "5dcd459ae9c7948f5620002f5b0bb9cf0b8f1502",
-      "sum": "bLqTqEr0jky9zz5MV/7ucn6H5mph2NlXas0TVnGNB1Y="
+      "version": "63cb3c97b7b1f09b09f6a62a65bb0fca821113ae",
+      "sum": "EgKKzxcW3ttt7gjPMX//DNTqNcn/0o2VAIaWJ/HSLEc="
     },
     {
       "source": {
-- 
GitLab