Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ad65a8e0ae
commit
f557ba50e7
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [flaresolverr-9.0.17](https://github.com/truecharts/charts/compare/flaresolverr-9.0.16...flaresolverr-9.0.17) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
|
@ -4,6 +4,19 @@
|
|||
|
||||
|
||||
|
||||
## [flaresolverr-9.0.18](https://github.com/truecharts/charts/compare/flaresolverr-9.0.17...flaresolverr-9.0.18) (2023-06-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flaresolverr to v3.2.0 ([#9329](https://github.com/truecharts/charts/issues/9329))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-9.0.17](https://github.com/truecharts/charts/compare/flaresolverr-9.0.16...flaresolverr-9.0.17) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-9.0.8](https://github.com/truecharts/charts/compare/flaresolverr-9.0.7...flaresolverr-9.0.8) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flaresolverr to v3.0.3 ([#8446](https://github.com/truecharts/charts/issues/8446))
|
||||
|
||||
|
||||
|
||||
|
||||
## [flaresolverr-9.0.7](https://github.com/truecharts/charts/compare/flaresolverr-9.0.6...flaresolverr-9.0.7) (2023-04-25)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.1.2"
|
||||
appVersion: "3.2.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -19,7 +19,7 @@ name: flaresolverr
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
|
||||
- https://github.com/FlareSolverr/FlareSolverr
|
||||
version: 9.0.17
|
||||
version: 9.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
## [flaresolverr-9.0.18](https://github.com/truecharts/charts/compare/flaresolverr-9.0.17...flaresolverr-9.0.18) (2023-06-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/flaresolverr to v3.2.0 ([#9329](https://github.com/truecharts/charts/issues/9329))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/flaresolverr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.2@sha256:768d9c5b20c2cedc0e568ebb96d5202debd247651311acc7a78ee224c70c3ab6
|
||||
tag: v3.2.0@sha256:c04f724800c4d6c87e459b47a9cb2753be09dda1db174f8c3994c663c618f0a4
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -736,63 +736,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -806,6 +749,70 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
Loading…
Reference in New Issue