Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-18 15:34:00 +00:00
parent e8c12c2a2c
commit 16172eb85b
12 changed files with 85 additions and 53 deletions

View File

@ -1,9 +0,0 @@
## [flaresolverr-9.0.25](https://github.com/truecharts/charts/compare/flaresolverr-9.0.24...flaresolverr-9.0.25) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [flaresolverr-9.0.26](https://github.com/truecharts/charts/compare/flaresolverr-9.0.25...flaresolverr-9.0.26) (2023-07-18)
### Chore
- update container image tccr.io/truecharts/flaresolverr to v3.2.2 ([#10577](https://github.com/truecharts/charts/issues/10577))
## [flaresolverr-9.0.25](https://github.com/truecharts/charts/compare/flaresolverr-9.0.24...flaresolverr-9.0.25) (2023-07-01)
### Chore
@ -85,15 +94,6 @@
## [flaresolverr-9.0.24](https://github.com/truecharts/charts/compare/flaresolverr-9.0.23...flaresolverr-9.0.24) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/flaresolverr to v3.2.1 ([#9659](https://github.com/truecharts/charts/issues/9659))
## [flaresolverr-9.0.24](https://github.com/truecharts/charts/compare/flaresolverr-9.0.23...flaresolverr-9.0.24) (2023-06-15)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.2.1"
appVersion: "3.2.2"
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.25
version: 9.0.26
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [flaresolverr-9.0.26](https://github.com/truecharts/charts/compare/flaresolverr-9.0.25...flaresolverr-9.0.26) (2023-07-18)
### Chore
- update container image tccr.io/truecharts/flaresolverr to v3.2.2 ([#10577](https://github.com/truecharts/charts/issues/10577))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/flaresolverr
pullPolicy: IfNotPresent
tag: v3.2.1@sha256:6c38830efb22b3807e4503736642a91edd5c6c7f6f64265176e51d8c28a20b9b
tag: v3.2.2@sha256:654c5ed3431fa3ad6911f6a9ad8bd7dd618aff2a82c7eda69f895c5003045d44
securityContext:
container:

View File

@ -545,14 +545,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -561,27 +553,36 @@ questions:
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -657,13 +658,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema: