diff --git a/charts/zigbee2mqtt/Chart.yaml b/charts/zigbee2mqtt/Chart.yaml index 730c5080..ec3526b9 100644 --- a/charts/zigbee2mqtt/Chart.yaml +++ b/charts/zigbee2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.16.1 description: Bridges events and allows you to control your Zigbee devices via MQTT name: zigbee2mqtt -version: 3.0.0 +version: 3.0.1 keywords: - zigbee - mqtt @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.5.1 diff --git a/charts/zigbee2mqtt/ci/ct-values.yaml b/charts/zigbee2mqtt/ci/ct-values.yaml index f6ccc628..d8d4f8c9 100644 --- a/charts/zigbee2mqtt/ci/ct-values.yaml +++ b/charts/zigbee2mqtt/ci/ct-values.yaml @@ -1,2 +1,7 @@ ingress: enabled: true +persistence: + data: + enabled: true + emptyDir: true + mountPath: /data diff --git a/charts/zigbee2mqtt/values.yaml b/charts/zigbee2mqtt/values.yaml index 9a7d0860..ef9df915 100644 --- a/charts/zigbee2mqtt/values.yaml +++ b/charts/zigbee2mqtt/values.yaml @@ -8,8 +8,8 @@ image: strategy: type: Recreate -env: {} - # TZ +env: + ZIGBEE2MQTT_DATA: /data service: port: