chore(deps): update container image ghcr.io/flaresolverr/flaresolverr to v3.3.20@f44f695 by renovate (#23669)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/flaresolverr/flaresolverr](https://togithub.com/FlareSolverr/FlareSolverr) | patch | `v3.3.19` -> `v3.3.20` | --- > [!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.20`](https://togithub.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v3320-20240621) [Compare Source](https://togithub.com/FlareSolverr/FlareSolverr/compare/v3.3.19...v3.3.20) - maxTimeout should always be int - Check not running in Docker before logging version_main error - Update Cloudflare challenge and checkbox selectors. Thanks [@​tenettow](https://togithub.com/tenettow) & [@​21hsmw](https://togithub.com/21hsmw) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
b5496681aa
commit
c03fc23d8b
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.3.19
|
appVersion: 3.3.20
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.1
|
version: 24.1.1
|
||||||
|
@ -33,4 +33,4 @@ sources:
|
||||||
- https://github.com/FlareSolverr/FlareSolverr
|
- https://github.com/FlareSolverr/FlareSolverr
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
|
||||||
type: application
|
type: application
|
||||||
version: 15.1.1
|
version: 15.1.2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/flaresolverr/flaresolverr
|
repository: ghcr.io/flaresolverr/flaresolverr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v3.3.19@sha256:0bdf9ed48f3c54c998bc160be46244ce3a88a7783b6cfd31eec9c1667786152f
|
tag: v3.3.20@sha256:f44f6955dc7a4e3b4dd4b07e56217b445d19287095744d06d63f84988fe76b6b
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
Loading…
Reference in New Issue