infrastructure/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml
Victor 432a7159c6
All checks were successful
continuous-integration/drone/push Build is passing
relieve some strain on gitea
2022-06-14 13:07:11 +02:00

24 lines
521 B
YAML

apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageUpdateAutomation
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 15m0s
sourceRef:
kind: GitRepository
name: flux-system
git:
checkout:
ref:
branch: main
commit:
author:
email: fluxcdbot@users.noreply.github.com
name: fluxcdbot
messageTemplate: '{{range .Updated.Images}}{{println .}}{{end}}'
push:
branch: main
update:
path: ./flux/cluster/
strategy: Setters