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=-->
This commit is contained in:
parent
b18a567e15
commit
407e9fcef2
|
@ -1,37 +1,37 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: flaresolverr
|
||||
version: 12.1.5
|
||||
appVersion: 3.3.12
|
||||
version: 12.1.6
|
||||
appVersion: 3.3.13
|
||||
description: FlareSolverr is a proxy server to bypass Cloudflare protection
|
||||
home: https://truecharts.org/charts/stable/flaresolverr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/FlareSolverr/FlareSolverr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
|
||||
- https://ghcr.io/flaresolverr/flaresolverr
|
||||
- https://github.com/FlareSolverr/FlareSolverr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
|
||||
- https://ghcr.io/flaresolverr/flaresolverr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- flaresolverr
|
||||
- proxy
|
||||
- flaresolverr
|
||||
- proxy
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/flaresolverr/flaresolverr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.3.12@sha256:aa83c92aefc2512a8776e30b387df57573ca5688c5e4f07858e3db84670a76c9
|
||||
tag: v3.3.13@sha256:213bb58aa341a0188e64ce2c21e1c5748b167c719828bc61dd904eb0fb1aec63
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
Loading…
Reference in New Issue