12 lines
271 B
YAML
12 lines
271 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
kind: Kustomization
|
|
namespace: openclaw
|
|
resources:
|
|
- deployment.yaml
|
|
- services.yaml
|
|
images:
|
|
- name: openclaw-image
|
|
newName: cr.wetofu.me/ghcr.io/openclaw/openclaw
|
|
newTag: 2026.5.7-slim
|