github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/examples/prom-grafana/jsonnetfile.json (about) 1 { 2 "version": 1, 3 "dependencies": [ 4 { 5 "source": { 6 "git": { 7 "remote": "https://github.com/grafana/jsonnet-libs.git", 8 "subdir": "ksonnet-util" 9 } 10 }, 11 "version": "master" 12 }, 13 { 14 "source": { 15 "git": { 16 "remote": "https://github.com/jsonnet-libs/k8s-libsonnet.git", 17 "subdir": "1.21" 18 } 19 }, 20 "version": "main" 21 } 22 ], 23 "legacyImports": true 24 }