hermes-agent v0.6.0
π©π»βπ» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight
Run Hermes Agent β a multi-provider LLM agent framework β on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.
AppVersion: v2026.6.19 β the Hermes Agent image this chart version deploys.
Install
Latest (Helm repo)
helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
--namespace hermes-agent --create-namespace \
--set-string env.OPENAI_API_KEY='sk-...' \
--waitThis version (v0.6.0)
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
--namespace hermes-agent --create-namespace \
--version 0.6.0 \
--set-string env.OPENAI_API_KEY='sk-...' \
--waitOCI
helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
--namespace hermes-agent --create-namespace \
--version 0.6.0 \
--set-string env.OPENAI_API_KEY='sk-...' \
--waitChangelog
Features
- β¨ feat(ci): add post-release OCI signature verification workflow (
88b8c09) β @jyje - Feat: add support for existingClaim in persistence configuration (#37) (
e376ae5) β @Djiit
Bug Fixes
Documentation
- π docs(changelog): add v0.5.7 entry and backfill note for v0.4.2 (
62e8809) β @jyje - π docs(contributing): add local development environment guide (
9610f55) β @jyje - π docs: add DevOps roadmap (
94c68b3) β @jyje - π docs(chart): sync README template with the two example value rows (
ac1216f) β @jyje - π docs(ci): add docs/ci.md and link it from CONTRIBUTING (
889f7e2) β @jyje