27 lines
640 B
YAML
Raw Normal View History

2025-12-17 19:18:29 -03:00
# clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml
2025-12-18 00:46:25 -03:00
apiVersion: image.toolkit.fluxcd.io/v1
2025-12-17 19:18:29 -03:00
kind: ImageUpdateAutomation
metadata:
name: ci-demo
namespace: flux-system
spec:
interval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
git:
checkout:
ref:
branch: feature/ci-gitops
commit:
author:
email: ops@bstein.dev
name: flux-bot
messageTemplate: "chore(ci-demo): update image to {{range .Updated.Images}}{{.}}{{end}}"
push:
branch: feature/ci-gitops
update:
strategy: Setters
2025-12-17 23:12:03 -03:00
path: services/ci-demo