feat: migrate hass repo to ghcr.io

This commit is contained in:
auricom
2021-05-05 23:44:08 +02:00
parent aaa270312f
commit eaae6742a8

View File

@@ -19,8 +19,8 @@ spec:
values: values:
controllerType: deployment controllerType: deployment
image: image:
repository: homeassistant/home-assistant repository: ghcr.io/home-assistant/home-assistant
tag: 2021.4.6 tag: 2021.5.0
env: env:
TZ: "Europe/Paris" TZ: "Europe/Paris"
HASS_SECRET_URL: https://hass.${SECRET_CLUSTER_DOMAIN} HASS_SECRET_URL: https://hass.${SECRET_CLUSTER_DOMAIN}
@@ -115,4 +115,8 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms: nodeSelectorTerms:
- matchExpressions: - matchExpressions:
- { key: "feature.node.kubernetes.io/custom-rflink", operator: In, values: ["true"] } - {
key: "feature.node.kubernetes.io/custom-rflink",
operator: In,
values: ["true"],
}