Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
704406d6fe
commit
a0a58c98e3
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.20](https://github.com/truecharts/charts/compare/flaresolverr-10.0.19...flaresolverr-10.0.20) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/flaresolverr/flaresolverr to v3.3.11[@a12490f](https://github.com/a12490f) ([#15980](https://github.com/truecharts/charts/issues/15980))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.19](https://github.com/truecharts/charts/compare/flaresolverr-10.0.18...flaresolverr-10.0.19) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.18](https://github.com/truecharts/charts/compare/flaresolverr-10.0.17...flaresolverr-10.0.18) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.17](https://github.com/truecharts/charts/compare/flaresolverr-10.0.16...flaresolverr-10.0.17) (2023-11-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14630](https://github.com/truecharts/charts/issues/14630))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.16](https://github.com/truecharts/charts/compare/flaresolverr-10.0.15...flaresolverr-10.0.16) (2023-11-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flaresolverr to v3.3.10 ([#14641](https://github.com/truecharts/charts/issues/14641))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.15](https://github.com/truecharts/charts/compare/flaresolverr-10.0.14...flaresolverr-10.0.15) (2023-11-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flaresolverr to v3.3.9 ([#14620](https://github.com/truecharts/charts/issues/14620))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.14](https://github.com/truecharts/charts/compare/flaresolverr-10.0.13...flaresolverr-10.0.14) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flaresolverr to v3.3.7 ([#14568](https://github.com/truecharts/charts/issues/14568))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.13](https://github.com/truecharts/charts/compare/flaresolverr-10.0.12...flaresolverr-10.0.13) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.12](https://github.com/truecharts/charts/compare/flaresolverr-10.0.11...flaresolverr-10.0.12) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-10.0.11](https://github.com/truecharts/charts/compare/flaresolverr-10.0.10...flaresolverr-10.0.11) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: flaresolverr
|
||||
version: 10.0.20
|
||||
appVersion: 3.3.11
|
||||
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/truecharts/charts/tree/master/charts/stable/flaresolverr
|
||||
- https://ghcr.io/flaresolverr/flaresolverr
|
||||
- https://github.com/FlareSolverr/FlareSolverr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- flaresolverr
|
||||
- proxy
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
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
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [flaresolverr-10.0.20](https://github.com/truecharts/charts/compare/flaresolverr-10.0.19...flaresolverr-10.0.20) (2023-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/flaresolverr/flaresolverr to v3.3.11[@a12490f](https://github.com/a12490f) ([#15980](https://github.com/truecharts/charts/issues/15980))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
FlareSolverr is a proxy server to bypass Cloudflare protection
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/flaresolverr](https://truecharts.org/charts/stable/flaresolverr)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,37 @@
|
|||
image:
|
||||
repository: ghcr.io/flaresolverr/flaresolverr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.3.11@sha256:a12490fcad7650a21d01c71c30f7bd2dfcfb2f5b33be0172cfe2553d35f6a225
|
||||
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
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue