docs: add Helm image tag usage to all agent docs#1184
Conversation
Document --set agents.<name>.image.tag=<version>-<agent> in the Helm Install section of each agent platform doc. Includes examples for beta, pinned version, and stable channels, with a reference to image-tags.md.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- Replace invalid --set agents.<name>.image.tag with --set image.tag=beta - Add per-agent full override example using agents.<name>.image=<full-ref> - Add missing <major.minor> floating tag format from image-tags.md - Restore copilot.md inline comment about optional GITHUB_TOKEN The chart's agents.<name>.image field is a string, not a map. Setting .image.tag via --set converts it to a map, causing the template's kindIs "string" check to silently fail.
|
LGTM ✅ — All findings from Round 1 addressed in What This PR DoesDocuments Helm image tag usage across all 9 agent platform docs following v0.9.0-beta.2 unified image architecture. How It WorksEach doc adds: (1) Findings
Addressing Round 1 Feedback
✅ Fixed in
✅ Fixed in
✅ Fixed in
✅ Fixed in Baseline Check
|
Summary
Document
--set agents.<name>.image.tag=<version>-<agent>in the Helm Install section of all 9 agent platform docs.Since v0.9.0-beta.2 introduced the unified image architecture, each agent doc now shows how to specify the image tag with examples:
beta-<agent>0.9.0-beta.2-<agent>stable-<agent>Files changed
docs/kiro.mddocs/codex.mddocs/claude-code.mddocs/copilot.mddocs/cursor.mddocs/gemini.mddocs/grok.mddocs/hermes.mddocs/opencode.mdEach doc now includes:
--set agents.<name>.image.tag=beta-<agent>in the example helm install commandimage-tags.mdlatesttag