Skip to content

Commit 4fff2a8

Browse files
chore(release): update helm-chart docs
1 parent d4ebfc1 commit 4fff2a8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "1.38.0",
3-
"charts/zigbee2mqtt": "1.37.1"
3+
"charts/zigbee2mqtt": "1.38.0"
44
}

charts/zigbee2mqtt/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.37.1
2+
appVersion: 1.38.0
33
description: Bridges events and allows you to control your Zigbee devices via MQTT
44
name: zigbee2mqtt
55
version: 1.37.1

charts/zigbee2mqtt/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# zigbee2mqtt
22

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)
44

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
66

77
**Homepage:** <https://github.com/Koenkk/zigbee2mqtt>
88

@@ -29,7 +29,7 @@ Kubernetes: `>=1.26.0-0`
2929
| image.imagePullSecrets | object | `{}` | Container additional secrets to pull image |
3030
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
3131
| 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. |
3333
| ingress.annotations | object | `{}` | |
3434
| ingress.enabled | bool | `false` | When enabled a new Ingress will be created |
3535
| ingress.hosts[0] | string | `"yourdomain.com"` | |

charts/zigbee2mqtt/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
# -- Image repository for the `zigbee2mqtt` container.
88
repository: koenkk/zigbee2mqtt
99
# -- Version for the `zigbee2mqtt` container.
10-
tag: "1.37.1"
10+
tag: "1.38.0"
1111
# -- Container pull policy
1212
pullPolicy: IfNotPresent
1313
# -- Container additional secrets to pull image

0 commit comments

Comments
 (0)