28 lines
666 B
YAML
Raw Normal View History

2025-12-17 03:21:35 -03:00
# clusters/atlas/flux-system/applications/harbor/image-automation.yaml
2025-12-17 16:17:07 -03:00
apiVersion: image.toolkit.fluxcd.io/v1beta2
2025-12-17 03:21:35 -03:00
kind: ImageUpdateAutomation
metadata:
name: harbor
namespace: flux-system
spec:
interval: 5m0s
sourceRef:
kind: GitRepository
name: flux-system
git:
2025-12-17 16:17:07 -03:00
checkout:
ref:
branch: feature/ci-gitops
2025-12-17 03:21:35 -03:00
commit:
author:
email: ops@bstein.dev
name: flux-bot
messageTemplate: "chore(harbor): update images to {{range .Updated.Images}}{{.}}{{end}}"
2025-12-17 16:17:07 -03:00
push:
branch: feature/ci-gitops
secretRef:
name: flux-system-gitea
2025-12-17 03:21:35 -03:00
update:
strategy: Setters
path: ./services/harbor