change hermes image

This commit is contained in:
sirius0xdev 2026-05-22 03:06:36 +00:00
parent c76675335d
commit f3c2e4991b

View file

@ -33,7 +33,7 @@ spec:
initContainers: initContainers:
- name: copy-agent-source - name: copy-agent-source
image: nousresearch/hermes-agent:latest image: ghcr.io/nousresearch/hermes-agent:main
command: command:
- "sh" - "sh"
- "-c" - "-c"
@ -62,7 +62,7 @@ spec:
subPath: config.yaml subPath: config.yaml
containers: containers:
- name: hermes-agent - name: hermes-agent
image: nousresearch/hermes-agent:main image: ghcr.io/nousresearch/hermes-agent:main
args: ["gateway", "run", "--accept-hooks"] args: ["gateway", "run", "--accept-hooks"]
ports: ports:
- containerPort: 8642 - containerPort: 8642