Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 18:43:33 +00:00
parent 761addd866
commit c0a6933601
11 changed files with 74 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [unpackerr-8.0.7](https://github.com/truecharts/charts/compare/unpackerr-8.0.6...unpackerr-8.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [unpackerr-8.0.8](https://github.com/truecharts/charts/compare/unpackerr-8.0.7...unpackerr-8.0.8) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/unpackerr to v0.11.1
## [unpackerr-8.0.7](https://github.com/truecharts/charts/compare/unpackerr-8.0.6...unpackerr-8.0.7) (2022-12-27) ## [unpackerr-8.0.7](https://github.com/truecharts/charts/compare/unpackerr-8.0.6...unpackerr-8.0.7) (2022-12-27)
### Chore ### Chore
@ -88,12 +97,3 @@
## [unpackerr-8.0.2](https://github.com/truecharts/charts/compare/unpackerr-8.0.1...unpackerr-8.0.2) (2022-11-30)
## [unpackerr-8.0.2](https://github.com/truecharts/charts/compare/unpackerr-8.0.1...unpackerr-8.0.2) (2022-11-30)

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "0.10.1" appVersion: "0.11.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -25,7 +25,7 @@ sources:
- https://github.com/davidnewhall/unpackerr - https://github.com/davidnewhall/unpackerr
- https://hub.docker.com/r/golift/unpackerr - https://hub.docker.com/r/golift/unpackerr
type: application type: application
version: 8.0.7 version: 8.0.8
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -0,0 +1,9 @@
## [unpackerr-8.0.8](https://github.com/truecharts/charts/compare/unpackerr-8.0.7...unpackerr-8.0.8) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/unpackerr to v0.11.1

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
--- ---
TrueCharts can only exist due to the incredible effort of our staff. TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/unpackerr repository: tccr.io/truecharts/unpackerr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 0.10.1@sha256:c37612677452cadc80bacffd959dcbb8740606cc0aa42e30717c03be343173db tag: 0.11.1@sha256:2e657dcea297a98bb40d264b0c9cebce54c899ce7665e686e0eca19fb24fe5f4
service: service:
main: main:

View File

@ -702,58 +702,58 @@ questions:
$ref: $ref:
- "definitions/gpuConfiguration" - "definitions/gpuConfiguration"
attrs: [] attrs: []
- variable: horizontalPodAutoscaler # - variable: horizontalPodAutoscaler
group: Advanced # group: Advanced
label: (Advanced) Horizontal Pod Autoscaler # label: (Advanced) Horizontal Pod Autoscaler
schema: # schema:
type: list # type: list
default: [] # default: []
items: # items:
- variable: hpaEntry # - variable: hpaEntry
label: HPA Entry # label: HPA Entry
schema: # schema:
additional_attrs: true # additional_attrs: true
type: dict # type: dict
attrs: # attrs:
- variable: name # - variable: name
label: Name # label: Name
schema: # schema:
type: string # type: string
required: true # required: true
default: "" # default: ""
- variable: enabled # - variable: enabled
label: Enabled # label: Enabled
schema: # schema:
type: boolean # type: boolean
default: false # default: false
show_subquestions_if: true # show_subquestions_if: true
subquestions: # subquestions:
- variable: target # - variable: target
label: Target # label: Target
description: Deployment name, Defaults to Main Deployment # description: Deployment name, Defaults to Main Deployment
schema: # schema:
type: string # type: string
default: "" # default: ""
- variable: minReplicas # - variable: minReplicas
label: Minimum Replicas # label: Minimum Replicas
schema: # schema:
type: int # type: int
default: 1 # default: 1
- variable: maxReplicas # - variable: maxReplicas
label: Maximum Replicas # label: Maximum Replicas
schema: # schema:
type: int # type: int
default: 5 # default: 5
- variable: targetCPUUtilizationPercentage # - variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage # label: Target CPU Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: targetMemoryUtilizationPercentage # - variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage # label: Target Memory Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: networkPolicy - variable: networkPolicy
group: Advanced group: Advanced
label: (Advanced) Network Policy label: (Advanced) Network Policy