diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 948d84edac..215a372e89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "1.37.2", - "charts/zigbee2mqtt": "1.37.1" + "charts/zigbee2mqtt": "1.37.2" } diff --git a/charts/zigbee2mqtt/Chart.yaml b/charts/zigbee2mqtt/Chart.yaml index c4d928b0e7..6c17b5f29f 100644 --- a/charts/zigbee2mqtt/Chart.yaml +++ b/charts/zigbee2mqtt/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.37.1 +appVersion: 1.37.2 description: Bridges events and allows you to control your Zigbee devices via MQTT name: zigbee2mqtt version: 1.37.1 diff --git a/charts/zigbee2mqtt/README.md b/charts/zigbee2mqtt/README.md index e3d426ae04..4d5a1ad90a 100644 --- a/charts/zigbee2mqtt/README.md +++ b/charts/zigbee2mqtt/README.md @@ -1,8 +1,8 @@ # zigbee2mqtt -![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) +![Version: 1.37.1](https://img.shields.io/badge/Version-1.37.1-informational?style=flat-square) ![AppVersion: 1.37.2](https://img.shields.io/badge/AppVersion-1.37.2-informational?style=flat-square) -Bridges events and allows you to control your Zigbee devices via MQTT +Bridges events and allows you to control your Zigbee devices via MQTT **Homepage:** @@ -29,7 +29,7 @@ Kubernetes: `>=1.26.0-0` | image.imagePullSecrets | object | `{}` | Container additional secrets to pull image | | image.pullPolicy | string | `"IfNotPresent"` | Container pull policy | | image.repository | string | `"koenkk/zigbee2mqtt"` | Image repository for the `zigbee2mqtt` container. | -| image.tag | string | `"1.37.1"` | Version for the `zigbee2mqtt` container. | +| image.tag | string | `"1.37.2"` | Version for the `zigbee2mqtt` container. | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | When enabled a new Ingress will be created | | ingress.hosts[0] | string | `"yourdomain.com"` | | diff --git a/charts/zigbee2mqtt/values.yaml b/charts/zigbee2mqtt/values.yaml index 0745812fe4..c7f92abebd 100644 --- a/charts/zigbee2mqtt/values.yaml +++ b/charts/zigbee2mqtt/values.yaml @@ -7,7 +7,7 @@ image: # -- Image repository for the `zigbee2mqtt` container. repository: koenkk/zigbee2mqtt # -- Version for the `zigbee2mqtt` container. - tag: "1.37.1" + tag: "1.37.2" # -- Container pull policy pullPolicy: IfNotPresent # -- Container additional secrets to pull image