Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-21 12:57:15 +00:00
parent 01d5a01960
commit e29ec8e436
11 changed files with 73 additions and 73 deletions

View File

@@ -1,9 +0,0 @@
## [flexget-4.0.16](https://github.com/truecharts/charts/compare/flexget-4.0.15...flexget-4.0.16) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/flexget to 3.5.17

View File

@@ -4,6 +4,15 @@
## [flexget-4.0.17](https://github.com/truecharts/charts/compare/flexget-4.0.16...flexget-4.0.17) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/flexget to v3.5.18
## [flexget-4.0.16](https://github.com/truecharts/charts/compare/flexget-4.0.15...flexget-4.0.16) (2023-01-16)
### Chore
@@ -88,12 +97,3 @@
## [flexget-4.0.7](https://github.com/truecharts/charts/compare/flexget-4.0.6...flexget-4.0.7) (2022-12-13)
### Chore
- update helm general non-major
## [flexget-4.0.6](https://github.com/truecharts/charts/compare/flexget-4.0.5...flexget-4.0.6) (2022-12-10)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.5.17"
appVersion: "3.5.18"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/wiserain/flexget
- https://github.com/wiserain/docker-flexget
type: application
version: 4.0.16
version: 4.0.17
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [flexget-4.0.17](https://github.com/truecharts/charts/compare/flexget-4.0.16...flexget-4.0.17) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/flexget to v3.5.18

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/flexget
pullPolicy: IfNotPresent
tag: 3.5.17@sha256:5b7dc91056866e79ebf90a48d8cec0a2a3f091c1c11d77577e3f78138ce69b75
tag: 3.5.18@sha256:bbe4a60d4380f292fb96ba5c50b2f0fa4196f909ef84cc8a169ee88e6af26cd6
securityContext:
runAsNonRoot: false

View File

@@ -1105,58 +1105,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