kubernetes-monitoring / kubernetes-mixin

A set of Grafana dashboards and Prometheus alerts for Kubernetes.
Apache License 2.0
2.08k stars 597 forks source link

fix(CI) Revert to a previous revision of grafana-builder #922

Closed rgeyer closed 4 months ago

rgeyer commented 4 months ago

This commit of jsonnet-libs/grafana-builder introduced an import which is not used, and not included in a jsonnetfile.json for the library, which is causing CI issues here.

As part of #898 we'll eventually remove grafana-builder entirely, but for now this will allow CI linting to complete successfully.

Note that this PR does not resolve a few other linting issues found when running jsonnet-lint, those are addressed as drive-by fixes in #918. Thus, when this PR, and #918 are both merged, the master branch should build cleanly.