Skip to content

Commit

Permalink
Merge pull request #52 from JacekZubielik/home-assistant
Browse files Browse the repository at this point in the history
build(home-assistant): version: 0.0.6
  • Loading branch information
JacekZubielik authored Jul 22, 2024
2 parents e3f3113 + d9a4553 commit 58161dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2024.6.4
description: Home Assistant automation
name: home-assistant
version: 0.0.5
version: 0.0.6
keywords:
- home-assistant
- automation
Expand Down
8 changes: 4 additions & 4 deletions charts/home-assistant/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
{{- end }}
volumeMounts:
- mountPath: /config
name: data
name: ha-data
#subPath: config
{{- range .Values.hostMounts }}
{{- if .mountPath }}
Expand All @@ -119,11 +119,11 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: data
- name: ha-data
{{- if .Values.persistence.enabled }}
{{- if .Values.persistence.configstorage.hostPath }}
{{- if .Values.persistence.hostPath }}
hostPath:
path: {{.Values.persistence.configstorage.hostPath}}
path: {{.Values.persistence.hostPath}}
{{- else }}
persistentVolumeClaim:
claimName: {{ if .Values.persistence.existingClaim }}{{ .Values.persistence.existingClaim }}{{- else }}{{ template "app.fullname" . }}{{- end }}
Expand Down

0 comments on commit 58161dd

Please sign in to comment.