Files
truecharts/charts/stable/flaresolverr/values.yaml
T
TrueCharts BotandGitHub 5e22e8b993 chore(deps): update container image ghcr.io/flaresolverr/flaresolverr to v3.3.16@088412d by renovate (#18841)
This PR contains the following updates:

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

---

> [!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.16`](https://togithub.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v3316-20240228)

[Compare
Source](https://togithub.com/FlareSolverr/FlareSolverr/compare/v3.3.15...v3.3.16)

- Fix of the subprocess.STARTUPINFO() call. Thanks
[@&#8203;ceconelo](https://togithub.com/ceconelo)
- Add FreeBSD support. Thanks
[@&#8203;Asthowen](https://togithub.com/Asthowen)
- Use headless configuration properly. Thanks
[@&#8203;hashworks](https://togithub.com/hashworks)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-04 01:51:42 +01:00

38 lines
896 B
YAML

image:
repository: ghcr.io/flaresolverr/flaresolverr
pullPolicy: IfNotPresent
tag: v3.3.16@sha256:088412db1051d04ab32c902266510011aec1dc9f7a3a3bda3f58b93186591347
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