11 lines
253 B
YAML
11 lines
253 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
kind: Kustomization
|
|
namespace: hermers
|
|
resources:
|
|
- deploy.yaml
|
|
- services.yaml
|
|
images:
|
|
- name: image
|
|
newName: cr.wetofu.me/nousresearch/hermes-agent
|
|
newTag: v2026.5.16
|