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 <noreply@anthropic.com>
This commit is contained in:
sha
2026-05-03 11:40:54 +03:00
co-authored by Claude Opus 4.7
parent e020d4c50d
commit 70fb9b1cd3
+2 -2
View File
@@ -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||"