Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 09:24:43 +00:00
parent 35d7a7ce9a
commit 76fc2e1f6e
11 changed files with 74 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [cleanarr-2.0.7](https://github.com/truecharts/charts/compare/cleanarr-2.0.6...cleanarr-2.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 @@
## [cleanarr-2.0.8](https://github.com/truecharts/charts/compare/cleanarr-2.0.7...cleanarr-2.0.8) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/cleanarr to v2.1.4
## [cleanarr-2.0.7](https://github.com/truecharts/charts/compare/cleanarr-2.0.6...cleanarr-2.0.7) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [cleanarr-2.0.2](https://github.com/truecharts/charts/compare/cleanarr-2.0.1...cleanarr-2.0.2) (2022-11-30)
## [cleanarr-2.0.2](https://github.com/truecharts/charts/compare/cleanarr-2.0.1...cleanarr-2.0.2) (2022-11-30)

View File

@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "2.1.3"
version: 2.0.7
appVersion: "2.1.4"
version: 2.0.8
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@ -0,0 +1,9 @@
## [cleanarr-2.0.8](https://github.com/truecharts/charts/compare/cleanarr-2.0.7...cleanarr-2.0.8) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/cleanarr to v2.1.4

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.
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:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cleanarr
tag: v2.1.3@sha256:bdc34c5c58197977ca557aeee075b050b5da8c09c594443cd14c4cdec123775e
tag: 2.1.4@sha256:aef8f68ac193672192d173bfeebd457d1f36ed1f1328e1947a95a61679cfc83d
podSecurityContext:
runAsGroup: 0

View File

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