Open thomaschaaf opened 1 year ago
@thomaschaaf what should be the version if latest is replaced
Currently, image-renderer-plugin
functionality is broken because it's using the latest
tag. See https://github.com/grafana/grafana-image-renderer/issues/545
grafana-image-renderer
image is not working since version 3.11.1 because of missing configuration in config.js (missing needed --database arg) so I agree with @thomaschaaf that it should refer to a tested and working image tag.
Currently the image renderer image always points to the latest tag: https://github.com/grafana/helm-charts/blob/4f0b5dfba9d7cf519e39f84c8e5c74f3da79b5b4/charts/grafana/values.yaml#L1070 I believe it would be better if the tag would be specified.