jekader opened a new issue, #8580: URL: https://github.com/apache/incubator-devlake/issues/8580
### 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 The helm chart defines Grafana as `devlake.docker.scarf.sh/apache/devlake-dashboard:v1.0.3-beta6` : https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/values.yaml#L188-L190 This does not work with the latest beta. Older images work so the latest one probably failed to get built or pushed to the registry. ### What do you expect to happen `devlake.docker.scarf.sh/apache/devlake-dashboard:v1.0.3-beta6` can be pulled for use with devlake ### How to reproduce try `docker` or `podman pull devlake.docker.scarf.sh/apache/devlake-dashboard:v1.0.3-beta6` working: `devlake.docker.scarf.sh/apache/devlake-dashboard:v1.0.3-beta4` also failing: `devlake.docker.scarf.sh/apache/devlake-dashboard:v1.0.3-beta5` ### Anything else This seems to work for beta4 but trying to pull beta5 and beta6 results in an error ### Version v1.0.3-beta6 ### 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]
