hermes-agent v0.6.1
π©π»βπ» 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.1)
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
--namespace hermes-agent --create-namespace \
--version 0.6.1 \
--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.1 \
--set-string env.OPENAI_API_KEY='sk-...' \
--waitChangelog
Bug Fixes
- π bug(changelog): credit plain Conventional Commits (no gitmoji) too (
9c9d9aa) β @jyje - π bug(ci): stop implying full CI passed in the Discord notice (
6f37a2c) β @jyje - π bug(workflow/propose-release): drop redundant unreleased heading and stop false-crediting past PRs (
ccb67a3) β @jyje
Documentation
- π docs(ci): document the matrix test job and local script reuse (
1127b60) β @jyje - π docs(chart): link "Hermes Agent" to its upstream repo (
672436d) β @jyje - π docs(local-dev): note helm-docs verification after editing values.yaml (
f9912c1) β @jyje