chore(helm): update image ghcr.io/flaresolverr/flaresolverr v3.4.1 → v3.4.2 (#40606)
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=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.4.1
|
||||
appVersion: 3.4.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.22.0
|
||||
@@ -22,8 +22,8 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: FlareSolverr is a proxy server to bypass Cloudflare protection
|
||||
home: https://trueforge.org/truecharts/stable/flaresolverr
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/flaresolverr.webp
|
||||
home: https://truecharts.org/charts/stable/flaresolverr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.webp
|
||||
keywords:
|
||||
- flaresolverr
|
||||
- proxy
|
||||
@@ -36,7 +36,8 @@ name: flaresolverr
|
||||
sources:
|
||||
- https://ghcr.io/flaresolverr/flaresolverr
|
||||
- https://github.com/FlareSolverr/FlareSolverr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flaresolverr
|
||||
type: application
|
||||
version: 16.9.0
|
||||
version: 16.9.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/flaresolverr/flaresolverr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.4.1@sha256:5379a9209c86870558d77c8cdf7efdf300aecf0447617a05dc77e0491d53f34c
|
||||
tag: v3.4.2@sha256:42ffb1cc56088899e91a7382bc611b00fa7cbd016accfed12c0695275ca18451
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user