Gluttony-Cluster/cluster/flux-system-automation.yaml
2024-11-16 18:24:31 -05:00

26 lines
555 B
YAML

apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageUpdateAutomation
metadata:
name: flux-system
namespace: flux-system
spec:
git:
checkout:
ref:
branch: main
commit:
author:
email: fluxcdbot@doesnotexist.clortox.com
name: fluxcdbot
messageTemplate: '{{range .Changed.Changes}}{{print .OldValue}} -> {{println
.NewValue}}{{end}}'
push:
branch: main
interval: 15m0s
sourceRef:
kind: GitRepository
name: flux-system
update:
path: ./cluster
strategy: Setters