Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-20 14:01:16 +00:00
parent 0e530d4907
commit 06215715f9
11 changed files with 73 additions and 73 deletions

View File

@ -4,6 +4,15 @@
## [ciao-2.0.10](https://github.com/truecharts/charts/compare/ciao-2.0.9...ciao-2.0.10) (2023-01-20)
### Chore
- update container image tccr.io/truecharts/ciao to latest
## [ciao-2.0.9](https://github.com/truecharts/charts/compare/ciao-2.0.8...ciao-2.0.9) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [ciao-2.0.3](https://github.com/truecharts/charts/compare/ciao-2.0.2...ciao-2.0.3) (2022-11-30)
## [ciao-2.0.3](https://github.com/truecharts/charts/compare/ciao-2.0.2...ciao-2.0.3) (2022-11-30)

View File

@ -30,4 +30,4 @@ sources:
- https://brotandgames.com/ciao/
- https://hub.docker.com/r/brotandgames/ciao
type: application
version: 2.0.9
version: 2.0.10

View File

@ -0,0 +1,9 @@
## [ciao-2.0.10](https://github.com/truecharts/charts/compare/ciao-2.0.9...ciao-2.0.10) (2023-01-20)
### Chore
- update container image tccr.io/truecharts/ciao 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

@ -12,7 +12,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ciao
tag: latest@sha256:3d664a95f780564a6211d16a8d5bfeb1a38aebaf5f3643152d03e8d663210649
tag: latest@sha256:7dd3c6f1000f5c892db0dbfb37e457a21fe93a1141ad454aeb2565b75f0fba39
persistence:
databaselocation:
enabled: true

View File

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

View File

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