From 3b483ed3a13c7cec459ada2a2fdd3e721a578f3a Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sun, 25 May 2025 18:32:51 +0200 Subject: [PATCH] fix: change proxy ip --- apps/home-assistant/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/home-assistant/helmrelease.yaml b/apps/home-assistant/helmrelease.yaml index f7209ba..d975e48 100644 --- a/apps/home-assistant/helmrelease.yaml +++ b/apps/home-assistant/helmrelease.yaml @@ -38,7 +38,7 @@ spec: configuration: enabled: true trusted_proxies: - - "10.43.0.0/16" + - "10.42.0.0/16" - "192.168.0.0/16" - "::1" - "127.0.0.1"