Skip to content

Commit

Permalink
[grafana] Fix "Error: Failed to launch the browser process!\nchrome_c…
Browse files Browse the repository at this point in the history
…rashpad_handler: --database is required

See grafana/grafana-image-renderer#565

Signed-off-by: Sven Schliesing <[email protected]>
  • Loading branch information
muffl0n committed Dec 13, 2024
1 parent ca54f24 commit 4da9921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,9 @@ imageRenderer:
# extra environment variables
env:
HTTP_HOST: "0.0.0.0"
# Fixes "Error: Failed to launch the browser process!\nchrome_crashpad_handler: --database is required"
XDG_CONFIG_HOME: /tmp/.chromium
XDG_CACHE_HOME: /tmp/.chromium
# RENDERING_ARGS: --no-sandbox,--disable-gpu,--window-size=1280x758
# RENDERING_MODE: clustered
# IGNORE_HTTPS_ERRORS: true
Expand Down

0 comments on commit 4da9921

Please sign in to comment.