File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"." : " 1.38.0" ,
3
- "charts/zigbee2mqtt" : " 1.37.1 "
3
+ "charts/zigbee2mqtt" : " 1.38.0 "
4
4
}
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 1.37.1
2
+ appVersion : 1.38.0
3
3
description : Bridges events and allows you to control your Zigbee devices via MQTT
4
4
name : zigbee2mqtt
5
5
version : 1.37.1
Original file line number Diff line number Diff line change 1
1
# zigbee2mqtt
2
2
3
- ![ Version: 1.37.1] ( https://img.shields.io/badge/Version-1.37.1-informational?style=flat-square ) ![ AppVersion: 1.37.1 ] ( https://img.shields.io/badge/AppVersion-1.37.1 -informational?style=flat-square )
3
+ ![ Version: 1.37.1] ( https://img.shields.io/badge/Version-1.37.1-informational?style=flat-square ) ![ AppVersion: 1.38.0 ] ( https://img.shields.io/badge/AppVersion-1.38.0 -informational?style=flat-square )
4
4
5
- Bridges events and allows you to control your Zigbee devices via MQTT
5
+ Bridges events and allows you to control your Zigbee devices via MQTT
6
6
7
7
** Homepage:** < https://github.com/Koenkk/zigbee2mqtt >
8
8
@@ -29,7 +29,7 @@ Kubernetes: `>=1.26.0-0`
29
29
| image.imagePullSecrets | object | ` {} ` | Container additional secrets to pull image |
30
30
| image.pullPolicy | string | ` "IfNotPresent" ` | Container pull policy |
31
31
| image.repository | string | ` "koenkk/zigbee2mqtt" ` | Image repository for the ` zigbee2mqtt ` container. |
32
- | image.tag | string | ` "1.37.1 " ` | Version for the ` zigbee2mqtt ` container. |
32
+ | image.tag | string | ` "1.38.0 " ` | Version for the ` zigbee2mqtt ` container. |
33
33
| ingress.annotations | object | ` {} ` | |
34
34
| ingress.enabled | bool | ` false ` | When enabled a new Ingress will be created |
35
35
| ingress.hosts[ 0] | string | ` "yourdomain.com" ` | |
Original file line number Diff line number Diff line change 7
7
# -- Image repository for the `zigbee2mqtt` container.
8
8
repository : koenkk/zigbee2mqtt
9
9
# -- Version for the `zigbee2mqtt` container.
10
- tag : " 1.37.1 "
10
+ tag : " 1.38.0 "
11
11
# -- Container pull policy
12
12
pullPolicy : IfNotPresent
13
13
# -- Container additional secrets to pull image
You can’t perform that action at this time.
0 commit comments