Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-28 12:31:53 +00:00
parent 7240bc0aa9
commit 36cae47806
13 changed files with 20 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [zigbee2mqtt-8.0.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.4...zigbee2mqtt-8.0.6) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))

View File

@ -4,6 +4,15 @@
## [zigbee2mqtt-8.0.7](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.6...zigbee2mqtt-8.0.7) (2023-10-28)
### Chore
- Changed default value for MQTT address ([#14030](https://github.com/truecharts/charts/issues/14030))
## [zigbee2mqtt-8.0.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.4...zigbee2mqtt-8.0.6) (2023-10-28) ## [zigbee2mqtt-8.0.6](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.4...zigbee2mqtt-8.0.6) (2023-10-28)
### Chore ### Chore
@ -88,12 +97,3 @@
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
## [zigbee2mqtt-7.0.27](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.26...zigbee2mqtt-7.0.27) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -20,7 +20,7 @@ name: zigbee2mqtt
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
- https://github.com/Koenkk/zigbee2mqtt - https://github.com/Koenkk/zigbee2mqtt
version: 8.0.6 version: 8.0.7
annotations: annotations:
truecharts.org/category: media truecharts.org/category: media
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [zigbee2mqtt-8.0.7](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.6...zigbee2mqtt-8.0.7) (2023-10-28)
### Chore
- Changed default value for MQTT address ([#14030](https://github.com/truecharts/charts/issues/14030))

View File

@ -146,7 +146,7 @@ questions:
schema: schema:
type: string type: string
required: true required: true
default: "mqtt://mqtt.ix-mqtt.svc.cluster.local" default: "mqtt://mosquitto.ix-mosquitto.svc.cluster.local"
- variable: ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC - variable: ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC
label: "MQTT Base Topic" label: "MQTT Base Topic"
description: "This will override the specific value of config file" description: "This will override the specific value of config file"