From 9175d48844d267ce053b4935a39f3f6f9468ff3a Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 28 Feb 2026 09:23:34 -0500 Subject: [PATCH] fix: correct ha-mcp image tag from v6.7.1 to 6.7.1 (no v prefix) --- chart/Chart.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f10a5bd..023bfde 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: devcontainer description: Dev Container with AI coding agents and MCP sidecars - supports persistent and dynamic deployment modes type: application -version: 2.2.0 +version: 2.2.1 appVersion: "latest" keywords: - development diff --git a/chart/values.yaml b/chart/values.yaml index 70320b5..3377d91 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -137,7 +137,7 @@ mcp: enabled: false # Requires HOMEASSISTANT_URL and HOMEASSISTANT_TOKEN image: repository: ghcr.io/homeassistant-ai/ha-mcp - tag: v6.7.1 + tag: "6.7.1" port: 8087 resources: requests: