grafana / helm-charts

Apache License 2.0
1.65k stars 2.27k forks source link

[grafana] image renderer always uses latest tag #2589

Open thomaschaaf opened 1 year ago

thomaschaaf commented 1 year ago

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.

Sheikh-Abubaker commented 1 year ago

@thomaschaaf what should be the version if latest is replaced

darioef commented 1 month ago

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.