mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: migrate hass repo to ghcr.io
This commit is contained in:
@@ -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"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user