Files
truecharts/charts/stable/flaresolverr/values.yaml
T
TrueCharts BotandGitHub 407e9fcef2 chore(deps): update container image ghcr.io/flaresolverr/flaresolverr to v3.3.13@213bb58 by renovate (#16990)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/flaresolverr/flaresolverr](https://togithub.com/FlareSolverr/FlareSolverr)
| patch | `v3.3.12` -> `v3.3.13` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>FlareSolverr/FlareSolverr
(ghcr.io/flaresolverr/flaresolverr)</summary>

###
[`v3.3.13`](https://togithub.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v3313-20240107)

[Compare
Source](https://togithub.com/FlareSolverr/FlareSolverr/compare/v3.3.12...v3.3.13)

-   Fix too many open files error

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:27:41 +01:00

38 lines
896 B
YAML

image:
repository: ghcr.io/flaresolverr/flaresolverr
pullPolicy: IfNotPresent
tag: v3.3.13@sha256:213bb58aa341a0188e64ce2c21e1c5748b167c719828bc61dd904eb0fb1aec63
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
portal:
open:
enabled: false