@@ -3,7 +3,7 @@ description: Home Assistant App for TrueNAS SCALE
annotations:
title: Home Assistant
type: application
-version: 1.0.83
+version: 1.0.84
apiVersion: v2
appVersion: 2023.4.6
kubeVersion: '>=1.16.0-0'
@@ -32,10 +32,10 @@ spec:
spec:
{{ if .Values.hostNetwork }}
hostNetwork: true
- dnsPoliy: ClusterFirstWithHostNet
+ dnsPolicy: ClusterFirstWithHostNet
{{ else }}
hostNetwork: false
- dnsPoliy: ClusterFirst
+ dnsPolicy: ClusterFirst
{{ end }}
initContainers:
- name: init-postgresdb