chore(helm): update image ghcr.io/flaresolverr/flaresolverr v3.3.24 → v3.3.25 (#36319)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/flaresolverr/flaresolverr](https://redirect.github.com/FlareSolverr/FlareSolverr) | patch | `72e5a8b` -> `68160ec` | --- > [!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.3.25`](https://redirect.github.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v3325-20250614) [Compare Source](https://redirect.github.com/FlareSolverr/FlareSolverr/compare/v3.3.24...v3.3.25) - Remove `use-gl` argument. Thanks [@​qwerty12](https://redirect.github.com/qwerty12) - u_c: remove apparent c\&p typo. Thanks [@​ok3721](https://redirect.github.com/ok3721) - Bump requirements </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.3.24
|
||||
appVersion: 3.3.25
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/FlareSolverr/FlareSolverr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
|
||||
type: application
|
||||
version: 15.5.3
|
||||
version: 15.5.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/flaresolverr/flaresolverr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.3.24@sha256:72e5a8bc63899ebeeb6bc0aece2b05a8d725c8a518aa30c610a8d61bb50303e1
|
||||
tag: v3.3.25@sha256:68160ec125e5cde23bc45549a443da0da0223cf4f0de7571ed2c6851cf6e1561
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user