Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/production/tanka/grafana-agent-operator/jsonnetfile.json
4096 views
1
{
2
"dependencies": [
3
{
4
"name": "ksonnet-util",
5
"source": {
6
"git": {
7
"remote": "https://github.com/grafana/jsonnet-libs",
8
"subdir": "ksonnet-util"
9
}
10
},
11
"version": "master"
12
},
13
{
14
"name": "agent-operator-gen",
15
"source": {
16
"git": {
17
"remote": "https://github.com/jsonnet-libs/grafana-agent-libsonnet.git",
18
"subdir": "0.26"
19
}
20
},
21
"version": "main"
22
},
23
{
24
"name": "prom-operator-gen",
25
"source": {
26
"git": {
27
"remote": "https://github.com/jsonnet-libs/prometheus-operator-libsonnet.git",
28
"subdir": "0.57"
29
}
30
},
31
"version": "main"
32
}
33
]
34
}
35
36