harbor: enable image automation push

This commit is contained in:
Brad Stein 2025-12-17 16:17:07 -03:00
parent 543f2a9ccd
commit cde135c59e

View File

@ -1,5 +1,5 @@
# clusters/atlas/flux-system/applications/harbor/image-automation.yaml # clusters/atlas/flux-system/applications/harbor/image-automation.yaml
apiVersion: image.toolkit.fluxcd.io/v1beta1 apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageUpdateAutomation kind: ImageUpdateAutomation
metadata: metadata:
name: harbor name: harbor
@ -10,11 +10,18 @@ spec:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
git: git:
checkout:
ref:
branch: feature/ci-gitops
commit: commit:
author: author:
email: ops@bstein.dev email: ops@bstein.dev
name: flux-bot name: flux-bot
messageTemplate: "chore(harbor): update images to {{range .Updated.Images}}{{.}}{{end}}" messageTemplate: "chore(harbor): update images to {{range .Updated.Images}}{{.}}{{end}}"
push:
branch: feature/ci-gitops
secretRef:
name: flux-system-gitea
update: update:
strategy: Setters strategy: Setters
path: ./services/harbor path: ./services/harbor