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:
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"],
}