Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
050695f3bd
commit
4ff84b42b3
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [flexget-5.0.29](https://github.com/truecharts/charts/compare/flexget-5.0.28...flexget-5.0.29) (2023-06-15)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/flexget to v3.7.5 ([#9671](https://github.com/truecharts/charts/issues/9671))
|
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [flexget-5.0.29](https://github.com/truecharts/charts/compare/flexget-5.0.28...flexget-5.0.29) (2023-06-15)
|
## [flexget-5.0.30](https://github.com/truecharts/charts/compare/flexget-5.0.29...flexget-5.0.30) (2023-06-26)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/flexget to v3.7.5 ([#9671](https://github.com/truecharts/charts/issues/9671))
|
- update container image tccr.io/truecharts/flexget to v3.7.8 ([#9921](https://github.com/truecharts/charts/issues/9921))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [flexget-5.0.29](https://github.com/truecharts/charts/compare/flexget-5.0.28...flexget-5.0.29) (2023-06-15)
|
## [flexget-5.0.29](https://github.com/truecharts/charts/compare/flexget-5.0.28...flexget-5.0.29) (2023-06-15)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "3.7.5"
|
appVersion: "3.7.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/flexget
|
- https://github.com/truecharts/charts/tree/master/charts/stable/flexget
|
||||||
- https://github.com/wiserain/docker-flexget
|
- https://github.com/wiserain/docker-flexget
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.29
|
version: 5.0.30
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||||
- See the [Website](https://truecharts.org)
|
- See the [Website](https://truecharts.org)
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [flexget-5.0.30](https://github.com/truecharts/charts/compare/flexget-5.0.29...flexget-5.0.30) (2023-06-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/flexget to v3.7.8 ([#9921](https://github.com/truecharts/charts/issues/9921))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/flexget
|
repository: tccr.io/truecharts/flexget
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v3.7.5@sha256:5f814c85237aa2fe0fc27472f52fb5888ef74a4469490c1ed3189728822895a0
|
tag: v3.7.8@sha256:717ea6d3bee06ab8d4e303b54963b78f381b4110aae8e8c439864045b605c480
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -564,8 +564,38 @@ questions:
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions on install
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
show_if: [["type", "=", "hostPath"]]
|
||||||
|
hidden: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
- variable: autoPermissions
|
||||||
|
label: Automatic Permissions Configuration
|
||||||
|
description: Automatically set permissions
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "!=", "pvc"]]
|
||||||
|
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
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
||||||
|
@ -634,8 +664,38 @@ questions:
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions on install
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
show_if: [["type", "=", "hostPath"]]
|
||||||
|
hidden: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
- variable: autoPermissions
|
||||||
|
label: Automatic Permissions Configuration
|
||||||
|
description: Automatically set permissions
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "!=", "pvc"]]
|
||||||
|
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
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
||||||
|
@ -1164,14 +1224,14 @@ questions:
|
||||||
attrs:
|
attrs:
|
||||||
- variable: cpu
|
- variable: cpu
|
||||||
label: CPU
|
label: CPU
|
||||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 4000m
|
default: 4000m
|
||||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: RAM
|
label: RAM
|
||||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 8Gi
|
default: 8Gi
|
||||||
|
@ -1185,7 +1245,7 @@ questions:
|
||||||
attrs:
|
attrs:
|
||||||
- variable: cpu
|
- variable: cpu
|
||||||
label: CPU
|
label: CPU
|
||||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 10m
|
default: 10m
|
||||||
|
@ -1193,7 +1253,7 @@ questions:
|
||||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||||
- variable: memory
|
- variable: memory
|
||||||
label: "RAM"
|
label: "RAM"
|
||||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: 50Mi
|
default: 50Mi
|
Loading…
Reference in New Issue