hermes helm

No introduction found. Create it?

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 6)

NameRepoStarsVersionTimestamp
hermesjoryirving/home-ops2165.0.15 hours ago
hermesdrag0n141/home-ops555.0.14 days ago

Values

See the most popular values for this chart:

KeyTypes
string
string
string
string
string
boolean, string
string
number
controllers.hermes.containers.app.env.SEARXNG_URL (3)
http://searxng.default.svc.cluster.local:8080
string
string
string
boolean
string
string
string
string
boolean
string
string
number
string
string
string
controllers.hermes.containers.app.env.PATH (1)
/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
controllers.hermes.containers.app.image.tag (6)
v2026.5.29@sha256:192a40783e9227b5f162b76af4d133050557adebd46e1c9cb40cb79a1317a9f7
string
string
number
string
string
string
number
string
string
boolean
boolean
string
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
controllers.hermes.containers.dashboard.args[] (5)
- dashboard
- --host
- "0.0.0.0"
- --insecure
string
string
string
string
controllers.hermes.containers.dashboard.image.tag (5)
v2026.5.29@sha256:192a40783e9227b5f162b76af4d133050557adebd46e1c9cb40cb79a1317a9f7
string
string
string
string
number
string
string
boolean
boolean
controllers.hermes.containers.codeserver.args[] (2)
- --auth
- none
- --user-data-dir
- /home/node/.vscode
- --extensions-dir
- /home/node/.vscode
- --port
- "12321"
- /opt/data
string
string
string
controllers.hermes.containers.codeserver.image.tag (2)
4.122.1@sha256:31d3bd4039b9d41fde24ae17cc170a769a025df0782bd3bd99f0ea86f8e415a4
string
number
string
string
string
string
controllers.hermes.initContainers.init.command[] (5)
- sh
- -c
- set -euo pipefail mkdir -p /opt/data/workspace cp /tmp/config.yaml /opt/data/config.yaml chown 10000:10000 /opt/data/config.yaml
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.5.29@sha256:192a40783e9227b5f162b76af4d133050557adebd46e1c9cb40cb79a1317a9f7
string
string
string
number
string
string
number
boolean
number
number
number
number
number
string
string
number
string
string
number
string
string
string
string
string
string
string
string
persistence.gallery.path (2)
/mnt/daena/comfyui/output
string
string
string
string
string
string
string
string
number
string
string
string
number
string
string
persistence.configmap.name (1)
{{ .Release.Name }}-config
string
string
string
string
string
string
string
persistence.nfs.path (1)
/mnt/data/openclaw
string
persistence.nfs.server (1)
nas01.${SECRET_DOMAIN_INT}
string
string
string
persistence.tts.path (1)
/mnt/tank/ai/tts
string
persistence.tts.server (1)
nas.${PUBLIC_DOMAIN}
string
string
route.app.hostnames[] (4)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
string
number, string
string
string
string
string
route.codeserver.hostnames[] (2)
- hermes-code.jory.dev
string
string
string
string
string
string
string
string
string
route.dashboard.hostnames[] (2)
- hermes.${SECRET_DOMAIN}
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