Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [zigbee2mqtt-6.0.11](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.10...zigbee2mqtt-6.0.11) (2023-01-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/zigbee2mqtt to v1.29.2
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [zigbee2mqtt-6.0.12](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.11...zigbee2mqtt-6.0.12) (2023-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/zigbee2mqtt to 1.29.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [zigbee2mqtt-6.0.11](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.10...zigbee2mqtt-6.0.11) (2023-01-16)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [zigbee2mqtt-6.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.1...zigbee2mqtt-6.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [zigbee2mqtt-6.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.1...zigbee2mqtt-6.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [zigbee2mqtt-6.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.1...zigbee2mqtt-6.0.2) (2022-11-30)
|
||||
|
||||
@@ -20,7 +20,7 @@ name: zigbee2mqtt
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
|
||||
- https://github.com/Koenkk/zigbee2mqtt
|
||||
version: 6.0.11
|
||||
version: 6.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
9
stable/zigbee2mqtt/6.0.12/app-changelog.md
Normal file
9
stable/zigbee2mqtt/6.0.12/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [zigbee2mqtt-6.0.12](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.11...zigbee2mqtt-6.0.12) (2023-01-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/zigbee2mqtt to 1.29.2
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/zigbee2mqtt
|
||||
tag: 1.29.2@sha256:599b82a309075127bc294f19d07331035e528afd87d3cff55ccaf3a5eaa6bb92
|
||||
tag: 1.29.2@sha256:261040b53abd295a16d997819461f2f47c08b8c202f5137f22a85f9e42606e4c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
secretEnv:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user