Skip to content

Commit cf77440

Browse files
Merge pull request #77 from JacekZubielik/zigbee2mqtt
build(zigbee2mqtt): 0.0.9
2 parents 381096a + 6125e92 commit cf77440

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

charts/zigbee2mqtt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 1.39.1
33
description: Zigbee Bridge via MQTT
44
name: zigbee2mqtt
5-
version: 0.0.8
5+
version: 0.0.9
66
type: application
77
keywords:
88
- zigbee2mqtt

charts/zigbee2mqtt/templates/statefullset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
{{- end }}
104104
volumeMounts:
105105
- name: zigbee2mqtt
106-
mountPath: /app/configuration.yaml
106+
mountPath: /data/configuration.yaml
107107
subPath: configuration.yaml
108108
- name: data
109109
mountPath: /data

charts/zigbee2mqtt/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ config:
3535
log_output:
3636
- console
3737

38-
3938
replicas: 1
4039
updateStrategy:
4140
type: RollingUpdate

0 commit comments

Comments
 (0)