Carloscampos9262 opened a new issue, #8633: URL: https://github.com/apache/incubator-devlake/issues/8633
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened In Grafana, no dashboards are displaying data, and a red warning icon is shown with the message: 'Error when executing the SQL query' The installation of the DevLake platform was carried out using the Helm tool on minikube and the values file with the following content: version: 1.0-beta1 lake: encryptionSecret: secret: <Encription_Key> grafana: adminPassword: <Password> service: type: NodePort uiPort: 30006 ingress: enabled: true hostname: devlake.com.mx ### What do you expect to happen The expected result is that, after data collection in DevLake, the dashboards in Grafana should display information according to the data sources obtained from Jenkins or SonarQube ### How to reproduce SO: RHEL 8.10 (Ootpa) minikube version: v1.37.0 Values.yaml: ``` version: 1.0-beta1 lake: encryptionSecret: secret: <Encription_Key> grafana: adminPassword: <Password> service: type: NodePort uiPort: 30006 ingress: enabled: true hostname: devlake.com.mx ``` helm install devlake devlake/devlake -f values.yaml ### Anything else _No response_ ### Version v1.0-beta1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
