mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
Recreate strategy caused full downtime when a chart appVersion bump referenced an unpublished image tag. Switch to RollingUpdate with maxUnavailable=0 so the old pod stays up until the new one is Running, and add an image.tag override so consumers can pin to a working tag when appVersion races ahead of the published image. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
10 lines
241 B
YAML
10 lines
241 B
YAML
apiVersion: v2
|
|
name: home-assistant-mcp
|
|
description: Home Assistant MCP server Helm chart
|
|
type: application
|
|
version: 0.3.0
|
|
appVersion: "7.4.1"
|
|
annotations:
|
|
version-source: github-release:homeassistant-ai/ha-mcp
|
|
version-pattern: "s|^v||"
|