Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 08:57:04 +00:00
parent b22ee25dd5
commit bf642b9add
11 changed files with 73 additions and 73 deletions

View File

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

View File

@ -28,4 +28,4 @@ sources:
- https://gitlab.com/timvisee/send
- https://gitlab.com/timvisee/send
type: application
version: 2.0.7
version: 2.0.8

View File

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

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

@ -11,7 +11,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/send
tag: latest@sha256:3a83cf589bde4f7110bd6d891e563956140f4a307e9312d7c387bbfdee8a8123
tag: latest@sha256:07a1e41d0fe8b2cbc57acfbf4346f4226113dc3047871cd955ee57336c828f38
persistence:
uploadpath:
enabled: true

View File

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