Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-21 19:51:52 +00:00
parent 34bbb31e45
commit 4da5ebcbd7
11 changed files with 72 additions and 72 deletions

View File

@ -1,9 +0,0 @@
## [domoticz-4.0.14](https://github.com/truecharts/charts/compare/domoticz-4.0.13...domoticz-4.0.14) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20230112

View File

@ -4,6 +4,15 @@
## [domoticz-4.0.15](https://github.com/truecharts/charts/compare/domoticz-4.0.14...domoticz-4.0.15) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20230119
## [domoticz-4.0.14](https://github.com/truecharts/charts/compare/domoticz-4.0.13...domoticz-4.0.14) (2023-01-16)
### Chore
@ -88,12 +97,3 @@
## [domoticz-4.0.5](https://github.com/truecharts/charts/compare/domoticz-4.0.4...domoticz-4.0.5) (2022-12-02)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20221201
## [domoticz-4.0.4](https://github.com/truecharts/charts/compare/domoticz-4.0.3...domoticz-4.0.4) (2022-11-30)

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: domoticz
version: 4.0.14
version: 4.0.15
appVersion: "2022.2.202"
description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more."
type: application

View File

@ -0,0 +1,9 @@
## [domoticz-4.0.15](https://github.com/truecharts/charts/compare/domoticz-4.0.14...domoticz-4.0.15) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20230119

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/domoticz
pullPolicy: IfNotPresent
tag: 2022.2.20230112@sha256:25a301878584187855f93a9dbce9577961df0ff57c05d41d8ac969c7a3c22bb1
tag: 2022.2.20230119@sha256:b13946e595c2d409982815e64fa7a16f600a14b1dd154fcbad442b20eeea334b
securityContext:
runAsNonRoot: false

View File

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