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