From 70fb9b1cd3445d84ffae12ac8c98acba95820f13 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 3 May 2026 11:40:54 +0300 Subject: [PATCH] fix(home-assistant-mcp): pin appVersion to 7.4.0 (7.4.1 image not published) Upstream cut a v7.4.1 GitHub release but never published the matching ghcr.io/homeassistant-ai/ha-mcp:7.4.1 image, so the auto-bumped chart broke every consumer with ImagePullBackOff. Roll back to 7.4.0 which is the latest image actually published. Co-Authored-By: Claude Opus 4.7 --- home-assistant-mcp/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-assistant-mcp/Chart.yaml b/home-assistant-mcp/Chart.yaml index 2f3dacb..35b3897 100644 --- a/home-assistant-mcp/Chart.yaml +++ b/home-assistant-mcp/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: home-assistant-mcp description: Home Assistant MCP server Helm chart type: application -version: 0.3.0 -appVersion: "7.4.1" +version: 0.3.1 +appVersion: "7.4.0" annotations: version-source: github-release:homeassistant-ai/ha-mcp version-pattern: "s|^v||"