kube-prometheus: Use locking mechanism for jsonnet dependencies

This commit is contained in:
Frederic Branczyk
2018-07-25 13:50:01 +02:00
parent 6f3eac5f4c
commit 9a011bb8ac
11 changed files with 30 additions and 113 deletions

14
jsonnetfile.lock.json Normal file
View File

@@ -0,0 +1,14 @@
{
"dependencies": [
{
"name": "kube-prometheus",
"source": {
"git": {
"remote": "../../",
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
}
},
"version": "ca9cf6257548c30a6d3d6e926f38498f96cc3525"
}
]
}