π©π»βπ» 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.7.20 β 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.11.0)
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
--namespace hermes-agent --create-namespace \
--version 0.11.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.11.0 \
--set-string env.OPENAI_API_KEY='sk-...' \
--waitChangelog
Features
- β¨ feat(chart): add extraInitContainers extension point (
278ef0f) β @jyje - β¨ feat(teams): automate leader task notifications (
f3e2380) β @jyje - β¨ feat(providers): add Fireworks, DeepInfra, and Upstage examples (
b21fbd9) β @jyje - β¨ feat(secrets): add Bitwarden Secrets Manager values example (
80b6f09) β @jyje
Documentation
- π docs(teams): add field demo screenshots from a kind cluster (
1c77fc2) β @jyje - π docs(roadmap): define v1 messaging baseline (
1a71d1b) β @jyje - π docs(chart): document the config passthrough principle and add an FAQ (
51056f3) β @jyje - π docs(chart): document unattended approvals config (
3e37f0c) β @jyje - π docs(chart): note the multiplex-profiles alternative to multi-pod teams (
42f8125) β @jyje - π docs(providers): add extra_headers example to the LiteLLM values file (
504ff1d) β @jyje - π docs(providers): note Vertex credential subprocess-stripping in the values example (
000276f) β @jyje