fix(hermes): add init container to clone hermes-agent source for webui #38
No reviewers
Labels
No labels
gitops-rework
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
znibb/kobbo-homelab!38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "develop"
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?
The webui docker_init.bash expects hermes-agent source at
/home/hermeswebui/.hermes/hermes-agent and installs it via uv pip.
In the Docker single-container setup this is auto-cloned, but in
Kubernetes we need an explicit init container to clone it to the PVC.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com