diff --git a/production/ksonnet/loki-canary/jsonnetfile.json b/production/ksonnet/loki-canary/jsonnetfile.json index c903ac17c07c..44f04bb797bb 100644 --- a/production/ksonnet/loki-canary/jsonnetfile.json +++ b/production/ksonnet/loki-canary/jsonnetfile.json @@ -1,14 +1,15 @@ { - "dependencies": [ - { - "name": "ksonnet-util", - "source": { - "git": { - "remote": "https://github.com/grafana/jsonnet-libs", - "subdir": "ksonnet-util" - } - }, - "version": "master" + "version": 1, + "dependencies": [ + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "ksonnet-util" } - ] + }, + "version": "master" + } + ], + "legacyImports": true } diff --git a/production/ksonnet/loki/jsonnetfile.json b/production/ksonnet/loki/jsonnetfile.json index 7f40dd6152e7..c46c23f64def 100644 --- a/production/ksonnet/loki/jsonnetfile.json +++ b/production/ksonnet/loki/jsonnetfile.json @@ -1,34 +1,42 @@ { - "dependencies": [ - { - "name": "ksonnet-util", - "source": { - "git": { - "remote": "https://github.com/grafana/jsonnet-libs", - "subdir": "ksonnet-util" - } - }, - "version": "master" - }, - { - "name": "consul", - "source": { - "git": { - "remote": "https://github.com/grafana/jsonnet-libs", - "subdir": "consul" - } - }, - "version": "master" - }, - { - "name": "memcached", - "source": { - "git": { - "remote": "https://github.com/grafana/jsonnet-libs", - "subdir": "memcached" - } - }, - "version": "master" + "version": 1, + "dependencies": [ + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "consul" } - ] + }, + "version": "master" + }, + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "jaeger-agent-mixin" + } + }, + "version": "master" + }, + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "ksonnet-util" + } + }, + "version": "master" + }, + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "memcached" + } + }, + "version": "master" + } + ], + "legacyImports": true } diff --git a/production/ksonnet/loki/loki.libsonnet b/production/ksonnet/loki/loki.libsonnet index 6cc7add7cdba..7714b6ee4300 100644 --- a/production/ksonnet/loki/loki.libsonnet +++ b/production/ksonnet/loki/loki.libsonnet @@ -1,5 +1,5 @@ (import 'ksonnet-util/kausal.libsonnet') + -(import 'ksonnet-util/jaeger.libsonnet') + +(import 'jaeger-agent-mixin/jaeger.libsonnet') + (import 'images.libsonnet') + (import 'common.libsonnet') + (import 'config.libsonnet') + diff --git a/production/ksonnet/promtail/jsonnetfile.json b/production/ksonnet/promtail/jsonnetfile.json index c903ac17c07c..44f04bb797bb 100644 --- a/production/ksonnet/promtail/jsonnetfile.json +++ b/production/ksonnet/promtail/jsonnetfile.json @@ -1,14 +1,15 @@ { - "dependencies": [ - { - "name": "ksonnet-util", - "source": { - "git": { - "remote": "https://github.com/grafana/jsonnet-libs", - "subdir": "ksonnet-util" - } - }, - "version": "master" + "version": 1, + "dependencies": [ + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "ksonnet-util" } - ] + }, + "version": "master" + } + ], + "legacyImports": true }