diff options
| author | Max Audron <audron@cocaine.farm> | 2021-06-05 12:47:27 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-06-05 12:47:27 +0200 |
| commit | 625abea21685614f0af67c10e4d8c7a795a643e4 (patch) | |
| tree | 373d1aeb5ed75af2ba1c93952cf8a580d882ff43 | |
| parent | remove egress gateway config (diff) | |
fix jb remote urls
Diffstat (limited to '')
| -rw-r--r-- | deploy/jsonnetfile.json | 2 | ||||
| -rw-r--r-- | deploy/jsonnetfile.lock.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deploy/jsonnetfile.json b/deploy/jsonnetfile.json index d27d68d..a9ca058 100644 --- a/deploy/jsonnetfile.json +++ b/deploy/jsonnetfile.json @@ -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 4181842..b0e3491 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,7 +24,7 @@ { "source": { "git": { - "remote": "https://gitlab.com/cocainefarm/k8s/lib/util", + "remote": "https://gitlab.com/cocainefarm/k8s/lib/util.git", "subdir": "" } }, |
