Gluttony-Cluster/cluster/flux-system-automation.yaml

26 lines
555 B
YAML
Raw Normal View History

2024-11-16 18:46:41 +00:00
apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageUpdateAutomation
metadata:
name: flux-system
namespace: flux-system
spec:
git:
checkout:
ref:
branch: main
commit:
author:
2024-11-16 23:24:31 +00:00
email: fluxcdbot@doesnotexist.clortox.com
2024-11-16 18:46:41 +00:00
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