diff --git a/esphome/Chart.yaml b/esphome/Chart.yaml index d80a56a..42ea57f 100644 --- a/esphome/Chart.yaml +++ b/esphome/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: esphome description: ESPHome Helm chart type: application -version: 0.1.22 -appVersion: "2026.7.1" +version: 0.1.23 +appVersion: "2026.7.2" annotations: version-source: github-release:esphome/esphome version-pattern: "s|^v||" diff --git a/home-assistant-dev/Chart.yaml b/home-assistant-dev/Chart.yaml index b026fad..e6a4a01 100644 --- a/home-assistant-dev/Chart.yaml +++ b/home-assistant-dev/Chart.yaml @@ -4,8 +4,8 @@ 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.117-dev -appVersion: "2026.8.0.dev202607220311" +version: 0.1.118-dev +appVersion: "2026.8.0.dev202607230311" dependencies: - name: home-assistant version: ">=0.1.0" diff --git a/home-assistant-dev/values.yaml b/home-assistant-dev/values.yaml index 0d530e1..f4c94ef 100644 --- a/home-assistant-dev/values.yaml +++ b/home-assistant-dev/values.yaml @@ -1,7 +1,7 @@ home-assistant: image: # Must match Chart.yaml appVersion — subchart can't access parent's appVersion - tag: "2026.8.0.dev202607220311" + tag: "2026.8.0.dev202607230311" hostNetwork: false diff --git a/home-assistant-mcp/Chart.yaml b/home-assistant-mcp/Chart.yaml index 71dc1a3..63d1a00 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.14 -appVersion: "7.14.1" +version: 0.3.15 +appVersion: "7.14.2" annotations: version-source: github-release:homeassistant-ai/ha-mcp version-pattern: "s|^v||"