diff --git a/cluster/apps/home/home-assistant/helm-release.yaml b/cluster/apps/home/home-assistant/helm-release.yaml index 96de7c879..82fc2a49c 100644 --- a/cluster/apps/home/home-assistant/helm-release.yaml +++ b/cluster/apps/home/home-assistant/helm-release.yaml @@ -19,8 +19,8 @@ spec: values: controllerType: deployment image: - repository: homeassistant/home-assistant - tag: 2021.4.6 + repository: ghcr.io/home-assistant/home-assistant + tag: 2021.5.0 env: TZ: "Europe/Paris" HASS_SECRET_URL: https://hass.${SECRET_CLUSTER_DOMAIN} @@ -115,4 +115,8 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - { key: "feature.node.kubernetes.io/custom-rflink", operator: In, values: ["true"] } + - { + key: "feature.node.kubernetes.io/custom-rflink", + operator: In, + values: ["true"], + }