Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 15:32:28 +00:00
parent dd27f4f1e8
commit bd723d3053
11 changed files with 74 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [alist-4.0.12](https://github.com/truecharts/charts/compare/alist-4.0.11...alist-4.0.12) (2023-01-11)
### Chore
- update container image tccr.io/truecharts/alist to v3.8.0

View File

@ -4,6 +4,15 @@
## [alist-4.0.13](https://github.com/truecharts/charts/compare/alist-4.0.12...alist-4.0.13) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/alist to v3.9.0
## [alist-4.0.12](https://github.com/truecharts/charts/compare/alist-4.0.11...alist-4.0.12) (2023-01-11)
### Chore
@ -88,12 +97,3 @@
## [alist-4.0.4](https://github.com/truecharts/charts/compare/alist-4.0.3...alist-4.0.4) (2022-11-30)
## [alist-4.0.4](https://github.com/truecharts/charts/compare/alist-4.0.3...alist-4.0.4) (2022-11-30)
## [alist-4.0.4](https://github.com/truecharts/charts/compare/alist-4.0.3...alist-4.0.4) (2022-11-30)

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: alist
version: 4.0.12
appVersion: "3.8.0"
version: 4.0.13
appVersion: "3.9.0"
description: Alist program that supports multiple storage, powered by Gin and React
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [alist-4.0.13](https://github.com/truecharts/charts/compare/alist-4.0.12...alist-4.0.13) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/alist to v3.9.0

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:
repository: tccr.io/truecharts/alist
pullPolicy: IfNotPresent
tag: 3.8.0@sha256:23ca967cc19fa2e174c27e71bf239a7d37d22fe2d3fb283a61ae63ea3f09e7f8
tag: 3.9.0@sha256:f439c045380165e472bd40b7bc80babf47441c9f8f3abf71376a62baa70a4929
securityContext:
readOnlyRootFilesystem: false

View File

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