HOMELAB-469: fix(lab-director): bump image tag to 6a72f10 (embedded frontend) #92

Merged
aaron merged 1 commit from plane/HOMELAB-469-helm-fix into live 2026-03-27 14:49:13 +00:00
Owner

Summary

  • Bump lab-director image tag from 6192621 to 6a72f10
  • 6192621 predates the frontend embedding work (PR #76)
  • 6a72f10 includes all 7 UI phases built into the single Go binary

Root cause

The base values had image tag 6192621 from March 23 (HOMELAB-321), before the SvelteKit frontend was embedded into the Go binary via //go:embed. This caused lab-director.aaron.reynoza.org to return 404 — the Go server had the static handler code but no actual frontend files in the binary.

🤖 Generated with Claude Code

## Summary - Bump lab-director image tag from `6192621` to `6a72f10` - `6192621` predates the frontend embedding work (PR #76) - `6a72f10` includes all 7 UI phases built into the single Go binary ## Root cause The base values had image tag `6192621` from March 23 (HOMELAB-321), before the SvelteKit frontend was embedded into the Go binary via `//go:embed`. This caused `lab-director.aaron.reynoza.org` to return 404 — the Go server had the static handler code but no actual frontend files in the binary. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
HOMELAB-469: fix(lab-director): bump image tag to 6a72f10 (embedded frontend)
Some checks failed
0/0 projects applied successfully.
CI Review / pr-title (pull_request) Has been cancelled
CI Review / helm-validate (pull_request) Has been cancelled
CI Review / ai-review (pull_request) Has been cancelled
Lint & Validate / terraform-validate (pull_request) Has been cancelled
Lint & Validate / yaml-lint (pull_request) Has been cancelled
Lint & Validate / shellcheck (pull_request) Has been cancelled
11a3066c2c
The base values had image tag 6192621 which predates the frontend
embedding work (PR #76). Update to 6a72f10 which includes all 7 UI
phases built into the single Go binary.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
aaron merged commit 014070a5d0 into live 2026-03-27 14:49:13 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!92
No description provided.