mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2026-05-06 04:26:12 +02:00
When a jsonnetfile.lock.json is present in a dependency `jb` will force that version to be used, potentially causing conflicts in dependency and version resolution. Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
15 lines
203 B
JSON
15 lines
203 B
JSON
{
|
|
"version": 1,
|
|
"dependencies": [
|
|
{
|
|
"source": {
|
|
"local": {
|
|
"directory": "jsonnet/kube-thanos"
|
|
}
|
|
},
|
|
"version": "."
|
|
}
|
|
],
|
|
"legacyImports": true
|
|
}
|