Skip to content

Commit

Permalink
chore(release): update helm-chart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 94ea94a commit 3f9a4c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,4 +1,4 @@
{
".": "1.37.2",
"charts/zigbee2mqtt": "1.37.1"
"charts/zigbee2mqtt": "1.37.2"
}
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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:** <https://github.com/Koenkk/zigbee2mqtt>

Expand All @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/zigbee2mqtt/values.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 3f9a4c7

Please sign in to comment.