Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7e27d6416f
commit
cc3a471e55
|
@ -1,4 +0,0 @@
|
|||
|
||||
<a name="sonarr-8.0.0"></a>
|
||||
### [sonarr-8.0.0](https://github.com/truecharts/apps/compare/sonarr-7.0.2...sonarr-8.0.0) (2021-09-26)
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.0.7
|
||||
digest: sha256:1362021039600fa814ca3c5470eae40eb496ef26bb7ebcbade1ab1b341fccf87
|
||||
generated: "2021-09-26T18:19:26.312630048Z"
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
|
||||
<a name="sonarr-8.0.1"></a>
|
||||
### [sonarr-8.0.1](https://github.com/truecharts/apps/compare/sonarr-8.0.0...sonarr-8.0.1) (2021-09-26)
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.0.8
|
||||
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
|
||||
generated: "2021-09-26T20:55:35.414934933Z"
|
|
@ -3,7 +3,7 @@ appVersion: "3.0.6.1265"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.0.7
|
||||
version: 8.0.8
|
||||
deprecated: false
|
||||
description: Smart PVR for newsgroup and bittorrent users
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr
|
||||
|
@ -24,4 +24,4 @@ name: sonarr
|
|||
sources:
|
||||
- https://github.com/Sonarr/Sonarr
|
||||
type: application
|
||||
version: 8.0.0
|
||||
version: 8.0.1
|
|
@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
|
@ -1231,13 +1231,13 @@ questions:
|
|||
label: "CPU"
|
||||
schema:
|
||||
type: string
|
||||
default: "2000m"
|
||||
default: "4000m"
|
||||
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$'
|
||||
- variable: memory
|
||||
label: "Memory RAM"
|
||||
schema:
|
||||
type: string
|
||||
default: "2Gi"
|
||||
default: "8Gi"
|
||||
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$'
|
||||
- variable: requests
|
||||
label: "Advanced Request minimum resources required"
|
Loading…
Reference in New Issue