feat(browserless-chrome): move to stable (#2310)
This commit is contained in:
@@ -20,7 +20,7 @@ name: browserless-chrome
|
||||
sources:
|
||||
- https://docs.browserless.io/docs/docker.html
|
||||
- https://hub.docker.com/r/browserless/chrome/
|
||||
version: 0.0.7
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -158,7 +158,7 @@ questions:
|
||||
label: "DEFAULT_HEADLESS"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
- variable: DEFAULT_IGNORE_HTTPS_ERRORS
|
||||
label: "DEFAULT_IGNORE_HTTPS_ERRORS"
|
||||
schema:
|
||||
|
||||
@@ -25,7 +25,7 @@ env:
|
||||
MAX_QUEUE_LENGTH: 5
|
||||
CONNECTION_TIMEOUT: 30000
|
||||
DEFAULT_BLOCK_ADS: true
|
||||
DEFAULT_HEADLESS: false
|
||||
DEFAULT_HEADLESS: true
|
||||
DEFAULT_IGNORE_HTTPS_ERRORS: true
|
||||
DEFAULT_IGNORE_DEFAULT_ARGS: true
|
||||
ENABLE_API_GET: true
|
||||
|
||||
Reference in New Issue
Block a user