This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/monitoring/jsonnetfile.json

27 lines
570 B
JSON
Raw Normal View History

2020-02-11 21:21:17 +00:00
{
"version": 1,
2020-02-11 21:21:17 +00:00
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/prometheus-operator/kube-prometheus",
2020-02-11 21:21:17 +00:00
"subdir": "jsonnet/kube-prometheus"
}
},
2021-05-01 14:24:35 +00:00
"version": "main",
"name": "kube-prometheus"
2020-02-16 13:11:49 +00:00
},
{
"source": {
"git": {
2020-02-16 13:19:34 +00:00
"remote": "https://github.com/tobru/kube-prometheus-pushgateway",
2020-02-16 13:11:49 +00:00
"subdir": "prometheus-pushgateway"
}
},
"version": "master",
"name": "prometheus-pushgateway"
2020-02-11 21:21:17 +00:00
}
],
"legacyImports": true
2020-02-11 21:21:17 +00:00
}