We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381096a + 6125e92 commit cf77440Copy full SHA for cf77440
3 files changed
charts/zigbee2mqtt/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: 1.39.1
3
description: Zigbee Bridge via MQTT
4
name: zigbee2mqtt
5
-version: 0.0.8
+version: 0.0.9
6
type: application
7
keywords:
8
- zigbee2mqtt
charts/zigbee2mqtt/templates/statefullset.yaml
@@ -103,7 +103,7 @@ spec:
103
{{- end }}
104
volumeMounts:
105
- name: zigbee2mqtt
106
- mountPath: /app/configuration.yaml
+ mountPath: /data/configuration.yaml
107
subPath: configuration.yaml
108
- name: data
109
mountPath: /data
charts/zigbee2mqtt/values.yaml
@@ -35,7 +35,6 @@ config:
35
log_output:
36
- console
37
38
-
39
replicas: 1
40
updateStrategy:
41
type: RollingUpdate
0 commit comments