27 lines
571 B
YAML
27 lines
571 B
YAML
# services/atlasbot/image-automation.yaml
|
|
apiVersion: image.toolkit.fluxcd.io/v1
|
|
kind: ImageUpdateAutomation
|
|
metadata:
|
|
name: atlasbot
|
|
namespace: ai
|
|
spec:
|
|
interval: 1m0s
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
namespace: flux-system
|
|
git:
|
|
checkout:
|
|
ref:
|
|
branch: feature/atlasbot
|
|
commit:
|
|
author:
|
|
name: flux-bot
|
|
email: ops@bstein.dev
|
|
messageTemplate: "chore(atlasbot): automated image update"
|
|
push:
|
|
branch: feature/atlasbot
|
|
update:
|
|
path: services/atlasbot
|
|
strategy: Setters
|