backups: add pbs-client auto update image

This commit is contained in:
Márcio Fernandes
2026-07-18 13:20:18 +00:00
parent c902e1096b
commit 537da19d50
7 changed files with 60 additions and 5 deletions
@@ -0,0 +1,26 @@
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: pbs-client
spec:
interval: 30m
sourceRef:
kind: GitRepository
name: chimera
namespace: flux-system
git:
checkout:
ref:
branch: main
commit:
author:
name: FluxCD
email: flux@local
messageTemplate: |
Update pbs-client image on backups.
push:
branch: main
update:
path: /deploy/backups/cronjobs
strategy: Setters