Skip to content

Commit

Permalink
Merge pull request #3487 from muffl0n/grafana-fix-image-renderer
Browse files Browse the repository at this point in the history
[grafana] Fix "Error: Failed to launch the browser process!\nchrome_crashpad_handler: --database is required" with "image-renderer"
  • Loading branch information
zanhsieh authored Dec 15, 2024
2 parents e134ec8 + ea7e1bb commit 8bb73b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 8.8.0
version: 8.8.1
appVersion: 11.4.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
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 8bb73b7

Please sign in to comment.