From 139dd8612968e5fb1082fd97d81a751a1e7f88e5 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 5 Jun 2021 01:11:01 +0200 Subject: fix tanka dependency path --- deploy/jsonnetfile.json | 6 +++--- deploy/jsonnetfile.lock.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'deploy') diff --git a/deploy/jsonnetfile.json b/deploy/jsonnetfile.json index d27d68d..b97cb05 100644 --- a/deploy/jsonnetfile.json +++ b/deploy/jsonnetfile.json @@ -4,7 +4,7 @@ { "source": { "git": { - "remote": "https://github.com/grafana/jsonnet-libs", + "remote": "https://github.com/grafana/jsonnet-libs.git", "subdir": "ksonnet-util" } }, @@ -13,7 +13,7 @@ { "source": { "git": { - "remote": "https://github.com/jsonnet-libs/k8s-alpha", + "remote": "https://github.com/jsonnet-libs/k8s-alpha.git", "subdir": "1.21" } }, @@ -22,7 +22,7 @@ { "source": { "git": { - "remote": "https://gitlab.com/cocainefarm/k8s/lib/util", + "remote": "https://gitlab.com/cocainefarm/k8s/lib/util.git", "subdir": "" } }, diff --git a/deploy/jsonnetfile.lock.json b/deploy/jsonnetfile.lock.json index 9102c5a..bc8bc63 100644 --- a/deploy/jsonnetfile.lock.json +++ b/deploy/jsonnetfile.lock.json @@ -4,7 +4,7 @@ { "source": { "git": { - "remote": "https://github.com/grafana/jsonnet-libs", + "remote": "https://github.com/grafana/jsonnet-libs.git", "subdir": "ksonnet-util" } }, @@ -14,7 +14,7 @@ { "source": { "git": { - "remote": "https://github.com/jsonnet-libs/k8s-alpha", + "remote": "https://github.com/jsonnet-libs/k8s-alpha.git", "subdir": "1.21" } }, @@ -24,12 +24,12 @@ { "source": { "git": { - "remote": "https://gitlab.com/cocainefarm/k8s/lib/util", + "remote": "https://gitlab.com/cocainefarm/k8s/lib/util.git", "subdir": "" } }, - "version": "5c9688362ec0b5609de9aa470a1c3c070e16d28a", - "sum": "mSOvwUmBAeSSrcAZN+ke5OwoDifnx50Gv8JRlUJ7D4E=" + "version": "dffd45092b4e84fd239b59c91942a4e391d911b1", + "sum": "YsKrwZU3GQbzzEISlAJ/3tU6ZcJvBnogMs5kEQJ/lzQ=" } ], "legacyImports": false -- cgit v1.2.3