The Grafana 11.3.0 update contained a new default pre-install plugin. While this plugin would be nice, the method of installation involves reaching out to grafana.com on startup to download and install the plugin. To workaround this for the time being this PR disables the pre-install functionality.
In reviewing you should notice that before the change there are log failures reaching out to grafana:
Description
The Grafana 11.3.0 update contained a new default pre-install plugin. While this plugin would be nice, the method of installation involves reaching out to
grafana.com
on startup to download and install the plugin. To workaround this for the time being this PR disables the pre-install functionality.In reviewing you should notice that before the change there are log failures reaching out to grafana:
After this change those failures do not exist.
Related Issue
Related to https://github.com/defenseunicorns/uds-core/issues/992
Type of change
Checklist before merging