20 lines
513 B
YAML
20 lines
513 B
YAML
# clusters/atlas/flux-system/applications/pegasus/image-automation.yaml
|
|
apiVersion: image.toolkit.fluxcd.io/v1beta1
|
|
kind: ImageUpdateAutomation
|
|
metadata:
|
|
name: pegasus
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m0s
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
git:
|
|
commit:
|
|
authorEmail: ops@bstein.dev
|
|
authorName: flux-bot
|
|
messageTemplate: "chore(pegasus): update image to {{range .Updated.Images}}{{.}}{{end}}"
|
|
update:
|
|
strategy: Setters
|
|
path: ./services/pegasus
|