diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 59c8c01..4e9b8dd 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: home-assistant description: Open source home automation that puts local control and privacy first. type: application -version: 1.0.0 +version: 1.0.1 appVersion: "2023.11.2" dependencies: - name: base diff --git a/charts/home-assistant/templates/deployment.yaml b/charts/home-assistant/templates/deployment.yaml index ab0e034..89dacd5 100644 --- a/charts/home-assistant/templates/deployment.yaml +++ b/charts/home-assistant/templates/deployment.yaml @@ -71,7 +71,6 @@ spec: {{- else if .Values.persistence.subPathExpr }} subPathExpr: {{ .Values.persistence.subPathExpr }} {{- end }} - mountPath: /config/.storage - name: config-volume mountPath: /config/configuration.yaml subPath: configuration.yaml