mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
fix(home-assistant): disable deprecated http: config section on ha-dev
HA core has migrated the http: config (server_port, ip_ban_enabled, login_attempts_threshold, use_x_forwarded_for, trusted_proxies) out of configuration.yaml, causing "already been migrated and is now being ignored" warnings. Disable http.enabled by default on home-assistant-dev, mark the section deprecated in both charts, and document removal planned for appVersion 2027.7. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ description: Home Assistant development build - wraps home-assistant chart with
|
||||
type: application
|
||||
annotations:
|
||||
version-source: dockerhub-dev:homeassistant/home-assistant:^[0-9]+\.[0-9]+\.[0-9]+\.dev[0-9]+$
|
||||
version: 0.1.119-dev
|
||||
version: 0.1.120-dev
|
||||
appVersion: "2026.8.0.dev202607240311"
|
||||
dependencies:
|
||||
- name: home-assistant
|
||||
|
||||
@@ -5,8 +5,13 @@ home-assistant:
|
||||
|
||||
hostNetwork: false
|
||||
|
||||
# DEPRECATED: HA core has migrated the http: config section (server_port,
|
||||
# ip_ban_enabled, login_attempts_threshold, use_x_forwarded_for,
|
||||
# trusted_proxies) out of configuration.yaml — it now warns "The HTTP
|
||||
# configuration in configuration.yaml has already been migrated and is
|
||||
# now being ignored". Keep disabled; see home-assistant/values.yaml.
|
||||
http:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
homekit:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user