This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/flaresolverr/flaresolverr](https://redirect.github.com/FlareSolverr/FlareSolverr) | patch | `5379a92` -> `42ffb1c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>FlareSolverr/FlareSolverr (ghcr.io/flaresolverr/flaresolverr)</summary> ### [`v3.4.2`](https://redirect.github.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v342-20251009) [Compare Source](https://redirect.github.com/FlareSolverr/FlareSolverr/compare/v3.4.1...v3.4.2) - Bump dependencies & CI actions. Thanks [@​flowerey](https://redirect.github.com/flowerey) - Add optional wait time after resolving the challenge before returning. Thanks [@​kennedyoliveira](https://redirect.github.com/kennedyoliveira) - Add proxy ENVs. Thanks [@​Robokishan](https://redirect.github.com/Robokishan) - Handle empty string and keys without value in postData. Thanks [@​eZ4RK0](https://redirect.github.com/eZ4RK0) - Add quote protection for password containing it. Thanks [@​warrenberberd](https://redirect.github.com/warrenberberd) - Add returnScreenshot parameter to screenshot the final web page. Thanks [@​estebanthi](https://redirect.github.com/estebanthi) - Add log file support. Thanks [@​acg5159](https://redirect.github.com/acg5159) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
35 lines
860 B
YAML
35 lines
860 B
YAML
image:
|
|
repository: ghcr.io/flaresolverr/flaresolverr
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.4.2@sha256:42ffb1cc56088899e91a7382bc611b00fa7cbd016accfed12c0695275ca18451
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8191
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
HOST: "0.0.0.0"
|
|
TEST_URL: "https://www.google.com"
|
|
BROWSER_TIMEOUT: 40000
|
|
HEADLESS: true
|
|
LOG_LEVEL: info
|
|
LOG_HTML: false
|
|
# At this time none of the captcha solvers work, defaults to none.
|
|
CAPTCHA_SOLVER: none
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|