change hermes image
This commit is contained in:
parent
c76675335d
commit
f3c2e4991b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue