Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-01 17:46:40 +00:00
parent f0eabe589e
commit b0ff96d9c4
6104 changed files with 675546 additions and 501963 deletions

View File

@@ -1,9 +0,0 @@
## [unpackerr-9.0.23](https://github.com/truecharts/charts/compare/unpackerr-9.0.22...unpackerr-9.0.23) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@@ -4,6 +4,15 @@
## [unpackerr-9.0.24](https://github.com/truecharts/charts/compare/unpackerr-9.0.23...unpackerr-9.0.24) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
## [unpackerr-9.0.23](https://github.com/truecharts/charts/compare/unpackerr-9.0.22...unpackerr-9.0.23) (2023-06-13)
### Chore
@@ -88,12 +97,3 @@
## [unpackerr-9.0.14](https://github.com/truecharts/charts/compare/unpackerr-9.0.13...unpackerr-9.0.14) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
## [unpackerr-9.0.13](https://github.com/truecharts/charts/compare/unpackerr-9.0.12...unpackerr-9.0.13) (2023-05-16)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "0.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
version: 12.14.6
deprecated: false
description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them
home: https://truecharts.org/charts/stable/unpackerr
@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr
- https://github.com/davidnewhall/unpackerr
type: application
version: 9.0.23
version: 9.0.24
annotations:
truecharts.org/catagories: |
- media

View File

@@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## 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)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

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

Binary file not shown.

View File

@@ -240,6 +240,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@@ -256,6 +257,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@@ -486,8 +488,38 @@ questions:
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
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
label: Read Only
schema:
@@ -714,14 +746,14 @@ questions:
attrs:
- variable: 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:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
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:
type: string
default: 8Gi
@@ -735,7 +767,7 @@ questions:
attrs:
- variable: 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:
type: string
default: 10m
@@ -743,7 +775,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
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:
type: string
default: 50Mi
@@ -807,6 +839,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@@ -1394,6 +1427,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@@ -1414,6 +1448,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:

View File

@@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png
categories:
- media
screenshots: []