HOMELAB-469: fix(lab-director): bump image tag to 6a72f10 (embedded frontend) #92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-469-helm-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
6192621to6a72f106192621predates the frontend embedding work (PR #76)6a72f10includes all 7 UI phases built into the single Go binaryRoot cause
The base values had image tag
6192621from March 23 (HOMELAB-321), before the SvelteKit frontend was embedded into the Go binary via//go:embed. This causedlab-director.aaron.reynoza.orgto return 404 — the Go server had the static handler code but no actual frontend files in the binary.🤖 Generated with Claude Code