Skip to content

Commit 0beb09c

Browse files
Merge pull request #54 from JacekZubielik/home-assistant
build(home-assistant): version: 0.0.8
2 parents b5bec3d + 6fa1ee7 commit 0beb09c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/home-assistant/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
appVersion: 2024.6.4
44
description: Home Assistant automation
55
name: home-assistant
6-
version: 0.0.7
6+
version: 0.0.8
77
keywords:
88
- home-assistant
99
- automation

charts/home-assistant/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
volumeMounts:
9898
- mountPath: /config
9999
name: ha-data
100-
subPath: config
100+
# subPath: config
101101
{{- range .Values.hostMounts }}
102102
{{- if .mountPath }}
103103
- mountPath: {{ .mountPath }}

0 commit comments

Comments
 (0)