fix(browserless-chrome) allow user to set CONNECTION_TIMEOUT in gui. (#4058)

* fix(browserless-chrome) allow user to set CONNECTION_TIMEOUT in gui.

* update imagePuppeteer sha256
This commit is contained in:
Xstar97 2022-10-11 01:31:00 -04:00 committed by GitHub
parent 96921b16e5
commit 2c35826d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
- https://docs.browserless.io/docs/docker.html
- https://hub.docker.com/r/browserless/chrome/
version: 2.0.36
version: 2.0.37
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -82,6 +82,12 @@ questions:
schema:
type: int
default: 5
- variable: CONNECTION_TIMEOUT
label: "CONNECTION_TIMEOUT"
description: "How long any session can run for in milliseconds. defaults to 30000 ms or 30 seconds"
schema:
type: int
default: 30000
- variable: DEFAULT_BLOCK_ADS
label: "DEFAULT_BLOCK_ADS"
schema:

View File

@ -6,7 +6,7 @@ image:
imagePuppeteer:
repository: tccr.io/truecharts/browserless-chrome-puppeteer13
pullPolicy: IfNotPresent
tag: v1.51.1-puppeteer@sha256:ff3893628a3662a011d37cbaf30c414af53deeb44a56f9c5e73f8f1317d74ffe
tag: v1.51.1-puppeteer@sha256:5afac483afda1f569e166692f3612c926b8c8b6f111e47cd53a52cdd6fe329ec
imageSelector: "image"