towerops/flux/image-update-automation.yaml

24 lines
530 B
YAML

apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: towerops-web
namespace: flux-system
spec:
interval: 1m
sourceRef:
kind: GitRepository
name: towerops-web
git:
checkout:
ref:
branch: main
commit:
author:
name: FluxCD
email: fluxcd@towerops.net
messageTemplate: 'chore: update towerops image to {{range .Changed.Changes}}{{.NewValue}}{{end}} [skip ci]'
push:
branch: main
update:
path: ./k8s
strategy: Setters