hermes helm

No introduction found. Create it?

More popular helm chart found

hermes from bjw-s-labs/charts is more popular with 16 repositories.

Install

Install with:

helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install hermes app-template/app-template -f values.yaml

Examples

See examples from other people.

Top Repositories (2 out of 12)

NameRepoStarsVersionTimestamp
hermesdrag0n141/home-ops655.1.0a day ago
hermesm00nwtchr/homelab-cluster395.1.0a month ago

Values

See the most popular values for this chart:

KeyTypes
string
string
string
string
controllers.hermes.containers.app.image.tag (12)
v2026.9.14@sha256:99641e57ec762c59e54cb44aa6746b7fc68c18b3c5ddb088af54234c613d9294
string
string
number, string
string
string
string
string
string
string, boolean
boolean, string
string
string
string
number
string
number, string
string
controllers.hermes.containers.app.env.SEARXNG_URL (4)
http://searxng.default.svc.cluster.local:8080
string
string
string
controllers.hermes.containers.app.env.PATH (3)
/opt/hermes/.venv/bin:/opt/data/.local/bin:/opt/data/.local/go/bin:/opt/data/.local/homebrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
string
string
string, number
string
string
controllers.hermes.containers.app.env.LIGHTRAG_URL (2)
http://lightrag.ai.svc.cluster.local:9621
string
string
string
string
string
string
controllers.hermes.containers.app.env.CAMOFOX_URL (1)
http://camofox.ai.svc.cluster.local:9377
string
string
string
string
controllers.hermes.containers.app.env.EMAIL_ALLOWED_USERS (1)
obshane96@gmail.com,superbud9123@gmail.com
string
string
string
number
number
string
number
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
controllers.hermes.containers.app.env.MEMINI_BASE_URL (1)
http://memini.ai.svc.cluster.local:8080
string
string
string
string
controllers.hermes.containers.app.env.SEERR_URL (1)
http://jellyseerr.default.svc.cluster.local
string
boolean
string
string
string
number
string
string
boolean
boolean
string
controllers.hermes.containers.app.securityContext.capabilities.add[] (1)
- CHOWN
- DAC_OVERRIDE
- FOWNER
- FSETID
- SETGID
- SETUID
string
string
boolean
boolean
number
number
number
number
number
string
number
boolean
boolean
number
number
number
number
number
string
number
boolean
boolean
number
number
number
number
number
string
number
controllers.hermes.containers.app.command[] (1)
- hermes
- gateway
- run
- --no-supervise
string
string
string
string
string
string
string
string
string
string
number
string
string
string
string
string
controllers.hermes.containers.dashboard.env.PATH (1)
$(HOME)/.local/bin:$(HOME)/.local/share/mise/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin:/app/.venv/bin:/app/node_modules/.bin
string
controllers.hermes.containers.dashboard.env.SEARXNG_URL (1)
http://searxng.selfhosted.svc.cluster.local:8080
string
controllers.hermes.containers.dashboard.env.SEERR_URL (1)
http://jellyseerr.default.svc.cluster.local
string
string
controllers.hermes.containers.dashboard.image.tag (4)
v2026.9.7-15c3ac5@sha256:22822b8a782598a7dbbd224cb202882fc062d4b74a6f8ac6986984135707c7f2
string
number
string
string
string
string
string
string
controllers.hermes.containers.dashboard.args[] (3)
- dashboard
- --host
- ::
- --insecure
string
string
boolean
boolean
controllers.hermes.containers.dashboard.securityContext.capabilities.add[] (1)
- CHOWN
- DAC_OVERRIDE
- FOWNER
- FSETID
- SETGID
- SETUID
string
string
string
controllers.hermes.containers.codeserver.args[] (3)
- --auth
- none
- --user-data-dir
- /opt/data/.vscode
- --extensions-dir
- /opt/data/.vscode
- --port
- "12321"
- /opt/data
string
string
string
string
string
string
string
controllers.hermes.containers.codeserver.image.tag (3)
4.133.0@sha256:e073a441c61c85821a7f16b64cf93b4e77b4092899bb1f3bed906fbd558afd62
string
number
string
string
string
string
string
number
boolean
number
controllers.hermes.containers.vault-bridge.args[] (2)
- --settings
- /config/settings.json
- --vault
- /vault
- daemon
string
string
string
string
string
string
string
string
controllers.hermes.containers.ha-mcp.args[] (1)
- fastmcp
- run
- fastmcp-http.json
string
string
string
string
controllers.hermes.containers.ha-mcp.env.HOMEASSISTANT_URL (1)
http://home-assistant.home-automation.svc.cluster.local:8123
string
string
string
string
string
string
string
string
string
number
number
controllers.hermes.initContainers.init.command[] (7)
- sh
- -c
- set -euo pipefail mkdir -p /opt/data cp /run/config/config.yaml /opt/data/config.yaml chown 10000:10000 /opt/data/config.yaml
string
string
string
string
string
string
string
string
string
string
string
string
boolean
string
number
number
controllers.hermes.initContainers.claude-cli-install.command[] (2)
- sh
- -c
- test -x /opt/data/.local/bin/claude || npm install -g --prefix /opt/data/.local --cache /tmp/.npm @anthropic-ai/claude-code
string
string
string
controllers.hermes.initContainers.config-seed.command[] (2)
- sh
- -c
- set -e cp -f /seed/config.yaml /opt/data/config.yaml cp -f /seed/shell-hooks-allowlist.json /opt/data/shell-hooks-allowlist.json for p in orchestrator generalist ml network observability smart-home storage librarian; do mkdir -p "/opt/data/profiles/${p}" done cp -f /seed-profiles/orchestrator-config.yaml /opt/data/profiles/orchestrator/config.yaml # librarian is a worker (wiki maintainer) — same self-contained worker-config # (local pin + gate); its identity is librarian.SOUL.md, seeded cp -n below. for p in generalist ml network observability smart-home storage librarian; do cp -f /seed-profiles/worker-config.yaml "/opt/data/profiles/${p}/config.yaml" done for p in orchestrator generalist ml network observability smart-home storage librarian; do cp -n "/seed-profiles/${p}.SOUL.md" "/opt/data/profiles/${p}/SOUL.md" || true done # LightRAG skill (operator-owned, cp -f authoritative). mkdir -p /opt/data/skills/lightrag/scripts cp -f /seed-skills/SKILL.md /opt/data/skills/lightrag/SKILL.md cp -f /seed-skills/query.py /opt/data/skills/lightrag/scripts/query.py cp -f /seed-skills/ingest.py /opt/data/skills/lightrag/scripts/ingest.py chmod +x /opt/data/skills/lightrag/scripts/query.py /opt/data/skills/lightrag/scripts/ingest.py # Wiki skill (the LLM-Wiki bookkeeping helper + playbook) — the # Librarian profile drives it against the vault's raw/ + wiki/ subtrees. mkdir -p /opt/data/skills/wiki/scripts cp -f /seed-skills-wiki/SKILL.md /opt/data/skills/wiki/SKILL.md cp -f /seed-skills-wiki/wiki.py /opt/data/skills/wiki/scripts/wiki.py chmod +x /opt/data/skills/wiki/scripts/wiki.py
string
string
string
controllers.hermes.initContainers.install-tools.command[] (1)
- /bin/sh
- -c
- set -e mkdir -p /opt/data/.local/bin /opt/data/.local/go rm -f /opt/data/.local/bin/hermes /opt/data/.local/bin/docker if [ ! -f /opt/data/.local/bin/gh ]; then cd /tmp curl -fsSL https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_amd64.tar.gz -o gh.tar.gz tar xzf gh.tar.gz cp gh_2.61.0_linux_amd64/bin/gh /opt/data/.local/bin/ rm -rf gh.tar.gz gh_2.61.0_linux_amd64 fi if [ ! -f /opt/data/.local/go/bin/go ]; then cd /tmp curl -fsSL https://go.dev/dl/go1.23.5.linux-amd64.tar.gz -o go.tar.gz tar xzf go.tar.gz mv go /opt/data/.local/ rm -rf go.tar.gz fi if [ ! -f /opt/data/.local/homebrew/bin/brew ]; then export HOMEBREW_PREFIX=/opt/data/.local/homebrew mkdir -p $HOMEBREW_PREFIX git clone --depth 1 https://github.com/Homebrew/brew $HOMEBREW_PREFIX fi
string
string
controllers.hermes.initContainers.install-tools.image.tag (1)
v2026.9.14@sha256:99641e57ec762c59e54cb44aa6746b7fc68c18b3c5ddb088af54234c613d9294
string
string
string
number
string
number
number
string
number
string
string
string
string
string
string
boolean
number
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
boolean
string
boolean
string
string
string
boolean
string
string
string
boolean
string
string
string
string
string
boolean
persistence.skills-seed.name (2)
hermes-skills-lightrag
string
string
string
boolean
string
string
string
boolean
string
string
string
string
string
string
number
persistence.configmap.name (1)
{{ .Release.Name }}-config
string
string
string
persistence.default-vault.path (1)
/tank/Apps/Obsidian/DefaultVault
string
string
string
string
string
string
string
string
string
string
string
string
string
number
string
string
string
persistence.gallery.path (1)
/tank/Apps/comfyui/output
string
string
string
string
persistence.nfs.path (1)
/mnt/data/openclaw
string
persistence.nfs.server (1)
nas01.${SECRET_DOMAIN_INT}
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
number
string
string
string
persistence.share.path (1)
/mnt/tank/ai/share
string
persistence.share.server (1)
nas.${PUBLIC_DOMAIN}
string
string
string
boolean
string
string
string
string
persistence.skills.path (1)
/mnt/tank/ai/skills
string
persistence.skills.server (1)
nas.${PUBLIC_DOMAIN}
string
string
persistence.ssh.advancedMounts.hermes.app[].path (1)
/root/.ssh/id_ed25519
/root/.ssh/id_ed25519.pub
string
string
string
number
string
string
string
persistence.tts.path (1)
/mnt/tank/ai/tts
string
persistence.tts.server (1)
nas.${PUBLIC_DOMAIN}
string
string
string
persistence.vaults.path (1)
/mnt/tank/ai/vaults
string
persistence.vaults.server (1)
nas.${PUBLIC_DOMAIN}
string
string
string
boolean
string
string
persistence.wikis.path (1)
/mnt/tank/ai/wikis
string
persistence.wikis.server (1)
nas.${PUBLIC_DOMAIN}
string
string
number
string
string
number
boolean
number
boolean
string
string
string
number
number
number
number
number
number
number
string
string
number
number
string
route.app.hostnames[] (7)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
string
string
string
string
string
string
string
string
string
string
route.codeserver.hostnames[] (3)
- hermes-code.cloudjur.com
string
string
string
string
string
string
string
route.dashboard.hostnames[] (2)
- hermes.${SECRET_DOMAIN}
string
string
string
string
string
string
string
route.api.hostnames[] (1)
- hermes-api.${DOMAIN}
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
rbac.roles.hermes-read-all.rules[].apiGroups[] (3)
-
- apps
- batch
- networking.k8s.io
- storage.k8s.io
- autoscaling
- policy
- coordination.k8s.io
- rbac.authorization.k8s.io
- apiextensions.k8s.io
- apiregistration.k8s.io
- metrics.k8s.io
- helm.toolkit.fluxcd.io
- kustomize.toolkit.fluxcd.io
- source.toolkit.fluxcd.io
- external-secrets.io
- monitoring.coreos.com
- snapshot.storage.k8s.io
string
rbac.roles.hermes-read-all.rules[].resources[] (3)
- pods
- pods/log
- nodes
- services
- namespaces
- configmaps
- persistentvolumes
- persistentvolumeclaims
- endpoints
- resourcequotas
- limitranges
- serviceaccounts
- events
- deployments
- daemonsets
- statefulsets
- replicasets
- controllerrevisions
- jobs
- cronjobs
- ingresses
- ingressclasses
- networkpolicies
- storageclasses
- csinodes
- csidrivers
- volumeattachments
- horizontalpodautoscalers
- poddisruptionbudgets
- leases
- roles
- rolebindings
- clusterroles
- clusterrolebindings
- customresourcedefinitions
- apiservices
- nodes
- pods
- helmreleases
- kustomizations
- gitrepositories
- helmrepositories
- ocirepositories
- buckets
- helmcharts
- externalsecrets
- secretstores
- clustersecretstores
- prometheuses
- alertmanagers
- servicemonitors
- podmonitors
- prometheusrules
- thanosrulers
- probes
- volumesnapshots
- volumesnapshotcontents
- volumesnapshotclasses
string
rbac.roles.hermes-read-all.rules[].verbs[] (3)
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
- get
- list
- watch
string
string