Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7240bc0aa9
commit
36cae47806
|
@ -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))
|
||||
|
||||
|
|
@ -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)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- 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))
|
||||
|
|
@ -20,7 +20,7 @@ name: zigbee2mqtt
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
|
||||
- https://github.com/Koenkk/zigbee2mqtt
|
||||
version: 8.0.6
|
||||
version: 8.0.7
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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))
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "mqtt://mqtt.ix-mqtt.svc.cluster.local"
|
||||
default: "mqtt://mosquitto.ix-mosquitto.svc.cluster.local"
|
||||
- variable: ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC
|
||||
label: "MQTT Base Topic"
|
||||
description: "This will override the specific value of config file"
|
Loading…
Reference in New Issue