diff --git a/charts/deconz/Chart.yaml b/charts/deconz/Chart.yaml index f498fd4a..2f2ca089 100644 --- a/charts/deconz/Chart.yaml +++ b/charts/deconz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: deconz description: A Helm chart for deploying deCONZ -version: 1.0.0 +version: 1.0.1 appVersion: 2.05.79 keywords: - deconz diff --git a/charts/deconz/templates/statefulset.yaml b/charts/deconz/templates/statefulset.yaml index f261e519..cac17312 100644 --- a/charts/deconz/templates/statefulset.yaml +++ b/charts/deconz/templates/statefulset.yaml @@ -72,7 +72,7 @@ spec: {{- end }} volumeMounts: {{- if .Values.zigbeeDevice.enabled }} - - name: zigbeeDevice + - name: zigbee-device mountPath: {{ .Values.zigbeeDevice.hostPath }} {{- end }} - name: config @@ -118,7 +118,7 @@ spec: volumes: {{- if .Values.zigbeeDevice.enabled }} - - name: zigbeeDevice + - name: zigbee-device hostPath: path: {{ .Values.zigbeeDevice.hostPath }} {{- end }} @@ -133,7 +133,6 @@ spec: {{- end }} {{- include "deconz.extraVolumes" . | nindent 8 }} - volumeClaimTemplates: {{- if and .Values.persistence.enabled ( not .Values.persistence.existingClaim ) }} - metadata: