27 lines
606 B
YAML
27 lines
606 B
YAML
# clusters/atlas/flux-system/applications/ci-demo/image-automation.yaml
|
|
apiVersion: image.toolkit.fluxcd.io/v1
|
|
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): apply image updates"
|
|
push:
|
|
branch: feature/ci-gitops
|
|
update:
|
|
strategy: Setters
|
|
path: services/ci-demo
|